@@ -104,10 +104,8 @@ List of parameters that can be passed in the `drmaa_native_specification` attrib
104104| -c, --cpus-per-task=* n* | Number of processors per task |
105105| --contiguous | If set, then the allocated nodes must form a contiguous set |
106106| -d, --dependency=* list* | Defer the start of this job until the specified dependencies have been satisfied completed |
107- | -e, --error=* pattern* | Connect the batch script's standard error directly to the file name specified in the pattern |
108107| --exclusive | Allocate nodenumber of tasks to invoke on each nodes in exclusive mode when cpu consumable resource is enabled |
109108| --gres=* list* | Specifies a comma delimited list of generic consumable resources |
110- | -J, --job-name=* name* | Specify a name for the job allocation |
111109| -k, --no-kill | Do not automatically terminate a job of one of the nodes it has been allocated fails |
112110| -L, --licenses=* license* | Specification of licenses |
113111| -M, --clusters=* list* | Comma delimited list of clusters to issue commands to |
@@ -119,17 +117,25 @@ List of parameters that can be passed in the `drmaa_native_specification` attrib
119117| -n, --ntasks=* n* | Number of tasks |
120118| --no-requeue | Specifies that the batch job should not be requeued after node failure |
121119| --ntasks-per-node=* n* | Number of tasks to invoke on each node |
122- | -o, --output=* pattern* | Connect the batch script's standard output directly to the file name specified in the pattern |
123120| -p, --partition=* partition* | Partition requested |
124121| --qos=* qos* | Quality of Serice |
125122| --requeue | If set, permit the job to be requeued |
126123| --reservation=* name* | Allocate resources from named reservation |
127124| -s, --share | Job allocation can share nodes with other running jobs |
128- | -t, --time=* hours: minutes * | Set a maximum job wallclock time |
129125| --tmp=* size[ units] * | Specify a minimum amount of temporary disk space |
130126| -w, --nodelist=* hosts* | Request a specific list of hosts |
131127| -x, --exclude=* nodelist* | Explicitly exclude certain nodes from the resources granted to the job |
132128
129+ Additionally, the following parameters to ` drmaa_native_specification ` are supported, but their use is discouraged in
130+ favor of the corresponding DRMAA job attributes:
131+
132+ | Native specification | DRMAA job attribute | Description |
133+ | ----------------------------| ---------------------| -----------------------------------------------------------------------------------------------|
134+ | -e, --error=* pattern* | drmaa_output_path | Connect the batch script's standard error directly to the file name specified in the pattern |
135+ | -J, --job-name=* name* | drmaa_job_name | Specify a name for the job allocation |
136+ | -o, --output=* pattern* | drmaa_error_path | Connect the batch script's standard output directly to the file name specified in the pattern |
137+ | -t, --time=* hours: minutes * | drmaa_wct_hlimit | Set a maximum job wallclock time |
138+
133139Description of each parameter can be found in ` man sbatch ` .
134140
135141Changelog
0 commit comments