Versions Compared

Key

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

...

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

For the E3SM tutorial, all users associated will be added to a temporary project named ntrain6 (not username, this is your unix group and where compute hours charged, etc). To check if you are in ntrain6, try the command groups.

...

Note that the reservation name will be different for each new resvreservation. On May7th, TuesdaTuesday, the resveration reservation name is e3sm_day1. On May8th, e3sm_day2, on May 9th, e3sm_day3, and May 10th e3sm_day4. The reservations are scheduled to last every day from 1pm to midnight except on the last day (1-5pm).

...

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_dryrunday1 account=ntrain6 jobid=xx -- move job xx to reservation noted
scontrol update reservation=e3sm_dryrunday1 account=ntrain6 timelimit=60 jobid=xx -- move job xx to reservation noted and set walltime to 90 min

...

/global/cfs/cdirs/ntrain6/www   just tell them the (contents will be removed after the trainingtutorial)
/global/cfs/cdirs/e3sm/www/Tutorials/2024/users – Wuyin notes may also work as he has changed permissions?