|
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 |
| Range< int > | IndividualVirtualMemory |
| 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.
Attribute mapping specific to this field/value.
| OptIn<std::string> Arc::ResourcesType::Coprocessor |
Attribute mapping specific to this field/value.
| ScalableTime<int> Arc::ResourcesType::IndividualCPUTime |
Attribute mapping specific to this field/value.
| Range<int> Arc::ResourcesType::IndividualPhysicalMemory |
Attribute mapping specific to this field/value.
| Range<int> Arc::ResourcesType::IndividualVirtualMemory |
Attribute mapping specific to this field/value.
| ScalableTime<int> Arc::ResourcesType::IndividualWallTime |
Attribute mapping specific to this field/value.
| std::string Arc::ResourcesType::NetworkInfo |
Attribute mapping specific to this field/value.
| NodeAccessType Arc::ResourcesType::NodeAccess |
Attribute mapping specific to this field/value.
| SoftwareRequirement Arc::ResourcesType::OperatingSystem |
Specifies operating system which apllication should be executed at.
Attribute mapping specific to this field/value.
| std::string Arc::ResourcesType::Platform |
Attribute mapping specific to this field/value.
| std::string Arc::ResourcesType::QueueName |
Name of queue to use.
Attribute mapping specific to this field/value.
| SoftwareRequirement Arc::ResourcesType::RunTimeEnvironment |
Runtime environment.
Specifies which runtime environments should be available to the application.
Attribute mapping specific to this field/value.
| SessionDirectoryAccessMode Arc::ResourcesType::SessionDirectoryAccess |
Attribute mapping specific to this field/value.
| Period Arc::ResourcesType::SessionLifeTime |
Attribute mapping specific to this field/value.
| ScalableTime<int> Arc::ResourcesType::TotalCPUTime |
Attribute mapping specific to this field/value.
1.8.3.1