Versions Compared

Key

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

...

Note that the reservation name will be different for each new resv. For example, tomorrow, it will be called e3sm_testrun, and on the days of tutorial, i t will be named something else – probably a diff name each day. And the account to be used will always be ntrain6 for us.

After a job is submitted, slurm allows a user to change a few things (before job starts to run!). Examples:

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

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

...