Versions Compared

Key

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

...

qsub -I -A stf006 -lwalltime=01:00:00,nodes=1 -q debug

Then, inside the job, cd to the case directory, then:

source .env_mach_specific.sh
./case.submit --no-batch

...