From 53bbcb76d3f1a5ad211e9ee1ec96982cfb63addb Mon Sep 17 00:00:00 2001 From: Pedro Martinez Date: Wed, 24 Apr 2024 14:02:34 -0600 Subject: [PATCH] Update job_managers.rst --- docs/job_managers.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/job_managers.rst b/docs/job_managers.rst index 5b3523e5..e243a5ae 100644 --- a/docs/job_managers.rst +++ b/docs/job_managers.rst @@ -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.