X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fjob.rst;h=d49ddb7995e85d7c271090d0d01b1f0693617985;hb=decd585d2bf384f4a7ed27732478a2e6fd5865c3;hp=b5639e18fcae1dbab34575c81906fc0bb26cf245;hpb=49244ac6010c5a283ff13013a0b540e2a575c1db;p=modules%2Fjobmanager.git diff --git a/doc/job.rst b/doc/job.rst index b5639e1..d49ddb7 100644 --- a/doc/job.rst +++ b/doc/job.rst @@ -49,6 +49,8 @@ The first table below describes the attributes of a job. **Work directory** Yes It's the directory on the job's resource where the job will be executed. **Result directory** Yes It's the directory in the user computer where the job's results have to be copied at the end of the job. +**WC Key** No The Workload Characterization Key is used on some clusters to associate each + job with a project or organization. ======================== ================ ============================================================================== The second table below describes the attributes of computation requirements. @@ -58,7 +60,7 @@ The second table below describes the attributes of computation requirements. ======================== ============================================================================== **Maximum duration** It's the maximum expected duration of the job. When a batch manager is used, this time is interpreted as a **walltime** and not as a **cputime**. If maximum - duration is set to 0, the time will be set to the default value of the + duration is not set or set to 0, the time will be set to the default value of the batch queue selected. **Number of cpu** It's the number of cpus/cores requested. **Memory** It's the amount of required memory. It is generally specified **per node**. @@ -70,6 +72,9 @@ The second table below describes the attributes of computation requirements. **Exclusive** It indicates if the job can share nodes with other jobs or not. ======================== ============================================================================== +In addition to those attributes, the user can also specify some extra parameters with a few lines that +will be added "as is" to the job submission file. + Job's states ++++++++++++