Skip to content

Commit e58916a

Browse files
committed
Update the docs regarding the new pbspro backend
1 parent 30c96e8 commit e58916a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/config_reference.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,8 @@ System Partition Configuration
298298
- ``local``: Jobs will be launched locally without using any job scheduler.
299299
- ``lsf``: Jobs will be launched using the `LSF <https://www.ibm.com/docs/en/spectrum-lsf/10.1.0?topic=lsf-session-scheduler>`__ scheduler.
300300
- ``oar``: Jobs will be launched using the `OAR <https://oar.imag.fr/>`__ scheduler.
301-
- ``pbs``: Jobs will be launched using the `PBS Pro <https://en.wikipedia.org/wiki/Portable_Batch_System>`__ scheduler.
301+
- ``pbs``: Jobs will be launched using the `PBS <https://en.wikipedia.org/wiki/Portable_Batch_System>`__ scheduler.
302+
- ``pbspro``: Jobs will be launched using the `PBS Professional<https://altair.com/pbs-professional>`__ scheduler.
302303
- ``sge``: Jobs will be launched using the `Sun Grid Engine <https://arc.liv.ac.uk/SGE/htmlman/manuals.html>`__ scheduler.
303304
- ``slurm``: Jobs will be launched using the `Slurm <https://www.schedmd.com/>`__ scheduler.
304305
This backend requires job accounting to be enabled in the target system.
@@ -340,6 +341,9 @@ System Partition Configuration
340341
All ``SBATCH_*`` variables are unset before submitting a job through the Slurm-based backends.
341342
See note below for information.
342343

344+
.. versionadded:: 4.10
345+
The ``pbspro`` scheduler is added.
346+
343347
.. note::
344348
The Slurm-based backends unset all ``SBATCH_*`` environment variables before submitting a job.
345349
This is done to avoid environment variables bypassing ReFrame's configuration.

0 commit comments

Comments
 (0)