56 | | # LRMS_TYPE (mandatory) : DRM system for execution [pbs | sge | fork | mnslurm ] |
57 | | # PROJECT (optional for SGE and PBS) : specifies the project to which the jobs are assigned |
58 | | # GW_RUNDIR (optional) : defines the working directory on the DRM system and must be absolute path |
59 | | # GW_LOCALDIR (optional) : defines the working directory on the Working Node and must be absolute path |
| 56 | # LRMS_TYPE (mandatory) : DRM system for execution [pbs | sge | fork | loadleveler | mnslurm ] |
| 57 | # PROJECT (optional for SGE, : specifies the project to which the jobs are assigned |
| 58 | # PBS and LoadLeveler) |
| 59 | # GW_RUNDIR (optional) : the directory on the resource in which jobs are deployed. By default, it is the user's home |
| 60 | # GW_LOCALDIR (optional) : defines the working directory on the Working Node (have to be absolute path) |
65 | | mycomputer local://localhost?LRMS_TYPE=fork;NODECOUNT=1 |
66 | | #PBS_cluster local://localhost?LRMS_TYPE=pbs;QUEUE_NAME=estadistica |
67 | | #SGE_cluster local://localhost?LRMS_TYPE=sge;PROJECT=l.project |
68 | | #RES_cluster local://localhost?LRMS_TYPE=mnslurm |
69 | | #remote_PBS_cluster ssh://user@hostname_submitting_machine?LRMS_TYPE=pbs;QUEUE_NAME=short |
70 | | #remote_SGE_cluster ssh://user@hostname_submitting_machine?LRMS_TYPE=sge;PROJECT=l.project |
71 | | #remote_RES_cluster ssh://user@hostname_submitting_machine?LRMS_TYPE=mnslurm |
72 | | #remote_FORK_cluster ssh://user@hostname_submitting_machine?LRMS_TYPE=fork |
73 | | |
| 66 | mycomputer local://localhost?LRMS_TYPE=fork;NODECOUNT=1 |
| 67 | #PBS_cluster local://localhost?LRMS_TYPE=pbs;QUEUE_NAME=estadistica |
| 68 | #SGE_cluster local://localhost?LRMS_TYPE=sge;PROJECT=l.project |
| 69 | #RES_cluster local://localhost?LRMS_TYPE=mnslurm |
| 70 | #remote_PBS_cluster ssh://user@hostname_submitting_machine?LRMS_TYPE=pbs;QUEUE_NAME=short |
| 71 | #remote_SGE_cluster ssh://user@hostname_submitting_machine?LRMS_TYPE=sge;PROJECT=l.project |
| 72 | #remote_RES_cluster ssh://user@hostname_submitting_machine?LRMS_TYPE=mnslurm |
| 73 | #remote_FORK_cluster ssh://user@hostname_submitting_machine?LRMS_TYPE=fork |
| 74 | #remote_LoadLeveler_cluster ssh://user@hostname_submitting_machine?LRMS_TYPE=loadleveler;NODECOUNT=100 |