Other Commands#
Cluster Information#
In case you need to check information about the cluster configuration.
pbsnodes -ln
: Troubleshooting : List offline and down nodes in the clusterpbsnodes -a
: List information on every node in the cluster
Environment Variables#
PBS_JOBNAME
: User specified job namePBS_ARRAYID
: Job array index for this jobPBS_GPUFILE
: List of GPUs allocated to the job located 1 per line<host>-gpu<number>
PBS_O_WORKDIR
: Job's submission directoryPBS_TASKNUM
: Number of tasks requestedPBS_O_HOME
: Home directory of submimng userPBS_JOBID
: Unique pbs job idPBS_NUM_NODES
: Number of nodes allocated to the jobPBS_NUM_PPN
: Number of procs per node allocated to the jobPBS_O_HOST
: Host on which job script is currently runningPBS_QUEUE
: Job queuePBS_NODEFILE
: File containing line delimited list on nodes allocated to the jobPBS_O_PATH
: Path variable used to locate executables within job script