File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Tools/machines/perlmutter-nersc Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4848
4949# an alias to request an interactive batch node for one hour
5050# for parallel execution, start on the batch node: srun <command>
51- alias getNode="salloc -N 1 --ntasks-per-node=4 -t 1:00:00 -q interactive -C gpu --gpu-bind=single:1 -c 32 -G 4 -A $proj"
51+ alias getNode="salloc -N 1 --ntasks-per-node=4 -t 1:00:00 -q interactive -C gpu --gpu-bind=none -c 32 -G 4 -A m3239 $proj"
5252# an alias to run a command on a batch node for up to 30min
5353# usage: runNode <command>
54- alias runNode="srun -N 1 --ntasks-per-node=4 -t 0:30:00 -q interactive -C gpu --gpu-bind=single:1 -c 32 -G 4 -A $proj"
54+ alias runNode="srun -N 1 --ntasks-per-node=4 -t 0:30:00 -q interactive -C gpu --gpu-bind=none -c 32 -G 4 -A $proj"
5555
5656# necessary to use CUDA-Aware MPI and run a job
5757export CRAY_ACCEL_TARGET=nvidia80
You can’t perform that action at this time.
0 commit comments