| 
    ARC SDK
    
   | 
 
Resource requirements structure. More...
#include <arc/compute/JobDescription.h>
Public Member Functions | |
| ResourcesType & | operator= (const ResourcesType &) | 
Data Fields | |
| SoftwareRequirement | OperatingSystem | 
| Specifies operating system which apllication should be executed at.  More... | |
| std::string | Platform | 
| std::string | NetworkInfo | 
| Range< int > | IndividualPhysicalMemory | 
| Specifies amount of requested RAM in MB.  More... | |
| Range< int > | IndividualVirtualMemory | 
| Specifies amount of requested virtual memory in MB.  More... | |
| DiskSpaceRequirementType | DiskSpaceRequirement | 
| Period | SessionLifeTime | 
| SessionDirectoryAccessMode | SessionDirectoryAccess | 
| ScalableTime< int > | IndividualCPUTime | 
| ScalableTime< int > | TotalCPUTime | 
| ScalableTime< int > | IndividualWallTime | 
| ScalableTime< int > & | TotalWallTime | 
| NodeAccessType | NodeAccess | 
| SoftwareRequirement | CEType | 
| CE Middleware.  More... | |
| SlotRequirementType | SlotRequirement | 
| ParallelEnvironmentType | ParallelEnvironment | 
| OptIn< std::string > | Coprocessor | 
| std::string | QueueName | 
| Name of queue to use.  More... | |
| SoftwareRequirement | RunTimeEnvironment | 
| Runtime environment.  More... | |
Resource requirements structure.
| SoftwareRequirement Arc::ResourcesType::CEType | 
CE Middleware.
Specifies the middleware which the CE should use.
| OptIn<std::string> Arc::ResourcesType::Coprocessor | 
| ScalableTime<int> Arc::ResourcesType::IndividualCPUTime | 
| Range<int> Arc::ResourcesType::IndividualPhysicalMemory | 
Specifies amount of requested RAM in MB.
| Range<int> Arc::ResourcesType::IndividualVirtualMemory | 
Specifies amount of requested virtual memory in MB.
| ScalableTime<int> Arc::ResourcesType::IndividualWallTime | 
| std::string Arc::ResourcesType::NetworkInfo | 
| NodeAccessType Arc::ResourcesType::NodeAccess | 
| SoftwareRequirement Arc::ResourcesType::OperatingSystem | 
Specifies operating system which apllication should be executed at.
| std::string Arc::ResourcesType::Platform | 
| std::string Arc::ResourcesType::QueueName | 
Name of queue to use.
| SoftwareRequirement Arc::ResourcesType::RunTimeEnvironment | 
Runtime environment.
Specifies which runtime environments should be available to the application.
| SessionDirectoryAccessMode Arc::ResourcesType::SessionDirectoryAccess | 
| Period Arc::ResourcesType::SessionLifeTime | 
| ScalableTime<int> Arc::ResourcesType::TotalCPUTime | 
 1.8.14