We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae324d9 commit b9f2000Copy full SHA for b9f2000
Tools/machines/perlmutter-nersc/perlmutter_gpu_warpx.profile.example
@@ -48,7 +48,7 @@ fi
48
49
# an alias to request an interactive batch node for one hour
50
# 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=none -c 32 -G 4 -A m3239 $proj"
+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 $proj"
52
# an alias to run a command on a batch node for up to 30min
53
# usage: runNode <command>
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"
0 commit comments