Skip to content

Commit

Permalink
Merge pull request #360 from peterg1t/patch-1
Browse files Browse the repository at this point in the history
Update job_managers.rst
  • Loading branch information
mvdbeek authored May 1, 2024
2 parents 973f7b3 + 53bbcb7 commit b8ccae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/job_managers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ Pulsar can manage jobs via command-line execution of ``qsub``, ``qdel``,
type: queued_cli
job_plugin: Torque

``job_plugin`` can also be ``slurm`` (to use ``srun``, etc...) or
``slurm_torque`` (to use the Slurm varaint of ``qsub``, etc...).
``job_plugin`` can also be ``Slurm`` (to use ``srun``, etc...) or
``SlurmTorque`` (to use the Slurm varaint of ``qsub``, etc...).

Pulsar can also login into a remote host before executing these commands if
the job manager is not accessible from the Pulsar host.
Expand Down

0 comments on commit b8ccae2

Please sign in to comment.