Skip to content

Commit

Permalink
Improve docs for PBSPro cluster config
Browse files Browse the repository at this point in the history
- Clarified correct value for `exec` field
- Remove reference to Slurm
  • Loading branch information
Morgan Rodgers committed Mar 20, 2019
1 parent 9a42fbb commit 2267c12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/installation/resource-manager/pbspro.rst
Expand Up @@ -19,7 +19,7 @@ HPC cluster looks like:
job:
adapter: "pbspro"
host: "my_cluster-batch.my_center.edu"
exec: "/path/to/pbspro"
exec: "/opt/pbs"
# bin_overrides:
# qsub: "/usr/local/bin/qsub"
# qselect: ""
Expand All @@ -35,10 +35,10 @@ adapter
host
The host of the PBS Pro batch server.
exec
The installation path for the PBS Pro binaries and libraries on the OnDemand
host.
The installation path for the PBS Pro executables and libraries on the OnDemand
host. For default installs from Github RPM releases this value should be ``/opt/pbs``.
bin_overrides
Replacements/wrappers for Slurm's job submission and control clients. *Optional*
Replacements/wrappers for PBSPro's job submission and control clients. *Optional*

Supports the following clients:

Expand Down

0 comments on commit 2267c12

Please sign in to comment.