Go to the documentation of this file.
20 #ifndef __JSUIJDLATTRIBUTES_H__
21 #define __JSUIJDLATTRIBUTES_H__
27 #define JDL_TYPE_JOB "job"
28 #define JDL_TYPE_DAG "dag"
29 #define JDL_TYPE_COLLECTION "collection"
32 #define JDL_JOBTYPE_MPICH "mpich"
33 #define JDL_JOBTYPE_NORMAL "normal"
34 #define JDL_JOBTYPE_PARTITIONABLE "partitionable"
35 #define JDL_JOBTYPE_PARAMETRIC "parametric"
36 #define JDL_JOBTYPE_CHECKPOINTABLE "checkpointable"
37 #define JDL_JOBTYPE_INTERACTIVE "interactive"
40 #define JDL_CHKPT_JOBSTATE "JobState"
41 #define JDL_CHKPT_DATA "UserData"
42 #define JDL_CHKPT_STATEID "StateId"
43 #define JDL_CHKPT_STEPS "JobSteps"
44 #define JDL_CHKPT_CURRENTSTEP "CurrentStep"
47 #define JDL_TYPE_DAGAD "DagAd"
48 #define JDL_DEPENDENCIES "Dependencies"
49 #define JDL_HLR_LOCATION_ENV "HLR_LOCATION"
52 #define JDL_INTERACTIVE_SHADOWHOST "BYPASS_SHADOW_HOST"
53 #define JDL_INTERACTIVE_SHADOWPORT "BYPASS_SHADOW_PORT"
54 #define JDL_INTERACTIVE_STDIN "GRID_CONSOLE_STDIN"
55 #define JDL_INTERACTIVE_STDOUT "GRID_CONSOLE_STDOUT"
56 #define JDL_INTERACTIVE_STDERR "GRID_CONSOLE_STDERR"
64 #define JDL_JOBTYPE_MPICH_REQ_RTE "other.GlueHostApplicationSoftwareRunTimeEnvironment"
65 #define JDL_JOBTYPE_MPICH_REQ_CPU "other.GlueCEInfoTotalCPUs"
66 #define JDL_JOBTYPE_MPICH_RANK_FREE "other.GlueCEStateFreeCPUs"
67 #define JDL_RANK_DATA_ACC_COST "DataAccessCost"
70 #define JDL_DEFAULT_RANK "DefaultRank"
71 #define JDL_REQ_DEFAULT "TRUE"
72 #define JDL_RANK_DEFAULT "-other.GlueCEStateEstimatedResponseTime"