**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.
======================== ==============================================================================
**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**.
**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
++++++++++++
**Create wizard page 3**
The fourth page (see :ref:`figure_jobmanager_job_workflow_3`) allows to define the resource requirements
-and limits for the job. You can define the maximum duration
-(set 0 hours and 0 minutes to use the default value for the queue),
+and limits for the job. You can define the maximum duration,
the amount of memory needed (per node or per core if the batch manager supports it), the number of
processors/cores for the job, and whether it should use nodes exclusively (not sharing them with other
-jobs).
+jobs). Time and memory requirements can be set to a "Default" value, which is the default for the
+selected cluster and queue.
.. _figure_jobmanager_job_workflow_3:
**Create wizard page 5**
+The sixth page (see :ref:`figure_jobmanager_job_workflow_advanced`) can be
+used to define some advanced parameters, which are generally optional. The
+field "Workload Characterization Key" is used on some clusters to associate
+each job with a project for instance. The field "Extra parameters" can be used
+to specify some other parameters or environment variables that are not
+available through the JOBMANAGER interface. The content of this field is added
+"as is" in the job submission file.
+
+.. _figure_jobmanager_job_workflow_advanced:
+
+.. figure:: images/jobmanager_job_workflow_advanced.png
+ :align: center
+
+ **Create wizard page 6**
+
The last page (see :ref:`figure_jobmanager_job_workflow_6`) finalizes the job creation. You could choose
if you want or not start the job at the end of the wizard.
.. figure:: images/jobmanager_job_workflow_6.png
:align: center
- **Create wizard page 6**
+ **Create wizard page 7**
Loading and saving job list
---------------------------