Skip to content

Using HPC Interactive Nodes

Anthony Dick edited this page Mar 24, 2020 · 5 revisions

If you are using the SLURM scheduler:

salloc --ntasks=4 --time=1:00:00 --mem-per-cpu=2GB

or

salloc -n 4 --time=3:00:00 --mem-per-cpu=4GB --account iacc_dcn --partition centos7

Clone this wiki locally