Skip to content

Commit b9f2000

Browse files
committed
Remove project number left over in Perlmutter profile
1 parent ae324d9 commit b9f2000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/machines/perlmutter-nersc/perlmutter_gpu_warpx.profile.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ fi
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=none -c 32 -G 4 -A m3239 $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 $proj"
5252
# an alias to run a command on a batch node for up to 30min
5353
# usage: runNode <command>
5454
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

Comments
 (0)