|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JobDescription
The contents of a job description is defined by its attributes.
Field Summary | |
---|---|
static String |
ARGUMENTS
Attribute name, positional parameters for the command. |
static String |
CANDIDATEHOSTS
Attribute name, list of host names which are to be considered by the resource manager as candidate targets. |
static String |
CLEANUP
Attribute name, defines whether output files get removed after the job finishes. |
static String |
CPUARCHITECTURE
Attribute name, compatible processor for job submission. |
static String |
ENVIRONMENT
Attribute name, set of environment variables for the job. |
static String |
ERROR
Attribute name, pathname of the standard error file. |
static String |
EXECUTABLE
Attribute name, command to execute. |
static String |
FILETRANSFER
Attribute name, a list of file transfer directives. |
static String |
INPUT
Attribute name, pathname of the standard input file. |
static String |
INTERACTIVE
Attribute name, run the job in interactive mode. |
static String |
JOBCONTACT
Attribute name, set of end points where to report job state transitions. |
static String |
JOBPROJECT
Attribute name, name of an account or project name. |
static String |
JOBSTARTTIME
Attribute name, time at which the job should be scheduled. |
static String |
NUMBEROFPROCESSES
Attribute name, total number of processes to be started. |
static String |
OPERATINGSYSTEMTYPE
Attribute name, compatible operating system for job submission. |
static String |
OUTPUT
Attribute name, pathname of the standard output file. |
static String |
PROCESSESPERHOST
Attribute name, total number of processes to be started per host. |
static String |
QUEUE
Attribute name, name of queue to place the job into. |
static String |
SPMDVARIATION
Attribute name, SPMD job type and startup mechanism. |
static String |
THREADSPERPROCESS
Attribute name, number of threads to start per process. |
static String |
TOTALCPUCOUNT
Attribute name, total number of cpus requested for this job. |
static String |
TOTALCPUTIME
Attribute name, estimate of total number of CPU seconds the job will require. |
static String |
TOTALPHYSICALMEMORY
Attribute name, estimate of the amount of memory the job requires. |
static String |
WALLTIMELIMIT
Attribute name, hard limit for the total job runtime. |
static String |
WORKINGDIRECTORY
Attribute name, working directory for the job. |
Fields inherited from interface org.ogf.saga.SagaObject |
---|
NO_WAIT, WAIT_FOREVER |
Fields inherited from interface org.ogf.saga.attributes.Attributes |
---|
BOOL, ENUM, FALSE, FLOAT, INT, STRING, TIME, TRIGGER, TRUE |
Method Summary |
---|
Methods inherited from interface org.ogf.saga.SagaObject |
---|
clone, getId, getSession |
Methods inherited from interface org.ogf.saga.attributes.Attributes |
---|
existsAttribute, findAttributes, getAttribute, getVectorAttribute, isReadOnlyAttribute, isRemovableAttribute, isVectorAttribute, isWritableAttribute, listAttributes, removeAttribute, setAttribute, setVectorAttribute |
Field Detail |
---|
static final String EXECUTABLE
static final String ARGUMENTS
static final String SPMDVARIATION
static final String TOTALCPUCOUNT
static final String NUMBEROFPROCESSES
static final String PROCESSESPERHOST
static final String THREADSPERPROCESS
static final String ENVIRONMENT
static final String WORKINGDIRECTORY
static final String INTERACTIVE
static final String INPUT
static final String OUTPUT
static final String ERROR
static final String FILETRANSFER
static final String CLEANUP
static final String JOBSTARTTIME
static final String WALLTIMELIMIT
static final String TOTALCPUTIME
static final String TOTALPHYSICALMEMORY
static final String CPUARCHITECTURE
static final String OPERATINGSYSTEMTYPE
static final String CANDIDATEHOSTS
static final String QUEUE
static final String JOBPROJECT
static final String JOBCONTACT
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |