File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments