Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To login to perlmutter: `ssh -l USER $USER saul-p1.nersc.gov` (multiple login nodes, all can submit jobs to CPU/GPU compute nodes)

...

Code Block
breakoutModewide
scontrol update qos=debug jobid=xx                -- move job xx to the debug qos
scontrol update qos=debug timelimit=30 jobid=xx   -- move job xx to the debug qos and change walltime to 30 min
scontrol update qos=regular                       -- move job xx to regular qos
scontrol update reservation=e3sm_dryrun account=ntrain6 jobid=xx -- move job xx to reservation noted
scontrol update reservation=e3sm_dryrun account=ntrain6 timelimit=60 jobid=xx -- move job xx to reservation noted and set walltime to 90 min

To see list of your jobs: squeue -u $USER

Unrelated to reservations, here is possible solution to the issue of some users not having write access to e3sm space:

...