Versions Compared

Key

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

...

where the -A is indeed changing the account to be used – it charges against ntrain6 instead.

Can do this on the case.submit command via something like: case.submit -a="-A ntrain6 --reservation=e3sm_day1"

Note that the reservation name will be different for each new reservation. On May7th, Tuesday, the 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).

...

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

Can also change format of output:

Code Block
breakoutModewide
squeue -u $USER  --format "%.8i %.42j %.9P %3f %.9q %.6a %.3u %.3t %.10M %.10l %.6D %19V %S"`

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

...