From 33d64db3e257fdcba42383cfd70f5dcf995a459f Mon Sep 17 00:00:00 2001 From: ribes Date: Mon, 23 Apr 2012 13:49:16 +0000 Subject: [PATCH] Update doc for V6_5_0 --- doc/job.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/job.rst b/doc/job.rst index 8c424a6..ecb98a8 100644 --- a/doc/job.rst +++ b/doc/job.rst @@ -57,9 +57,14 @@ The second table below describes the attributes of computation requirements. **Attribute** **Description** ======================== ============================================================================== **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**. + 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 + batch queue selected. **Number of cpu** It's the number of cpus/cores requested. **Memory** It's the amount of memory per node expected. +**Queue** It's optional. It permits to choose a specific batch queue on the targeted cluster. + If it is not defined, most of the batch systems will affect your job to the queue + that fits with the other attributes requirements. ======================== ============================================================================== Job's states -- 2.39.2