Pitzer Programming Environment (PBS)
This document is obsoleted and kept as a reference to previous Pitzer programming environment. Please refer to here for the latest version.
This document is obsoleted and kept as a reference to previous Pitzer programming environment. Please refer to here for the latest version.
In late 2018, OSC installed 260 Intel® Xeon® 'Skylake' processor-based nodes as the original Pitzer cluster. In September 2020, OSC installed additional 398 Intel® Xeon® 'Cascade Lake' processor-based nodes as part of a Pitzer Expansion cluster.
This page documents the known issues for migrating jobs from Torque to Slurm.
Please be aware that $PBS_NODEFILE
is a file while $SLURM_JOB_NODELIST
is a string variable.
The analog on Slurm to cat $PBS_NODEFILE
is srun hostname | sort -n
Environment variables do not work in a slurm directive inside a job script.
There are different ways to submit interactive jobs.
sinteractive
You can use the custom tool sinteractive
as: