Skip to content

Commit b3ddff9

Browse files
authored
link to submitting jobs page and update that content
1 parent d40d9d5 commit b3ddff9

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

docs/easybuild-v5/deprecated-functionality.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ Those using Environment Modules should use at least version 4.3 or newer.
120120

121121
## GC3Pie as job backend {: #gc3pie-job-backend }
122122

123-
The use of the GC3Pie job backend is deprecated. Those generating jobs from EasyBuild should use one
124-
of the other available backends instead, such as Slurm or PBS Python.
123+
The use of the GC3Pie job backend is deprecated. Those [generating jobs][submitting_jobs] from
124+
EasyBuild should use one of the other available backends instead, such as Slurm or PBS Python.
125125

126126
---
127127

docs/submitting-jobs.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@ by the software dependency graph(s).
2424

2525
The 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:
7979
The 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

Comments
 (0)