@@ -24,17 +24,17 @@ by the software dependency graph(s).
2424
2525The job backend to be used can be specified using the ` --job-backend ` EasyBuild configuration option.
2626
27- Since EasyBuild 3.8.0, three backends are supported:
27+ Three backends are supported:
2828
29- * ` GC3Pie ` * (default)* (supported since EasyBuild 2.2.0)
30- * ` GC3Pie ` version 2.5.0 (or more recent) required (< https://gc3pie.readthedocs.org > )
31- * works with different resource managers and job schedulers, including TORQUE/PBS, Slurm, etc.
32- * ** note** : requires that a GC3Pie configuration file is provided, see [ Configuring the job backend] [ submitting_jobs_cfg_job_backend_config ]
29+ * ` Slurm ` * (default)*
30+ * requires Slurm version 17.0 (or more recent), (< https://slurm.schedmd.com/ > )
3331* ` PbsPython `
3432 * ` pbs_python ` version 4.1.0 (or more recent) required (< https://oss.trac.surfsara.nl/pbs_python > )
3533 * ** note** : requires TORQUE resource manager (< https://adaptivecomputing.com/cherry-services/torque-resource-manager > )
36- * ` Slurm ` (supported since EasyBuild 3.8.0)
37- * requires Slurm version 17.0 (or more recent), (< https://slurm.schedmd.com/ > )
34+ * ` GC3Pie ` * (deprecated)*
35+ * ` GC3Pie ` version 2.5.0 (or more recent) required (< https://gc3pie.readthedocs.org > )
36+ * works with different resource managers and job schedulers, including TORQUE/PBS, Slurm, etc.
37+ * ** note** : requires that a GC3Pie configuration file is provided, see [ Configuring the job backend] [ submitting_jobs_cfg_job_backend_config ]
3838
3939
4040### Configuring the job backend (` --job-backend-config ` ) {: #submitting_jobs_cfg_job_backend_config }
@@ -59,8 +59,8 @@ which job backend is being used:
5959* if the ` PbsPython ` job backend is used, the (most common) number of available cores per workernode in the
6060 target resource is determined; this usually results in jobs requesting full workernodes (at least in terms of cores)
6161 by default
62- * if the ` GC3Pie ` or ` Slurm ` job backend is used, the requested number of cores is left unspecified,
63- which results in falling back to the default mechanism used by GC3Pie/ Slurm to pick a number of cores;
62+ * if the ` Slurm ` or ` GC3Pie ` job backend is used, the requested number of cores is left unspecified,
63+ which results in falling back to the default mechanism used by Slurm/GC3Pie to pick a number of cores;
6464 most likely, this results in single-core jobs to be submitted by default
6565
6666
@@ -79,7 +79,7 @@ can be specified via the `--job-deps-type` configuration setting:
7979The default value for ` -job-deps-type ` depends on the job backend being used
8080(see [ Configuring the job backend] [ submitting_jobs_cfg_job_backend_config):
8181
82- * for the ` GC3Pie ` and ` Slurm ` backends, ` --job-deps-type=abort_on_error ` is the default;
82+ * for the ` Slurm ` and ` GC3Pie ` backends, ` --job-deps-type=abort_on_error ` is the default;
8383* for the ` PbsPython ` backend, ` --job-deps-type=always_run ` is the default (because of historical reasons,
8484 and for the sake of backward compatibility)
8585
0 commit comments