Versions Compared

Key

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

...

Code Block
languagebash
titleCreate batch submission script for wayness example
launcher_creator.py -j wayness.cmds -n wayness -w 4 -t 00:02:00 -a OTH21164 -q normal
sbatch --reservation=CoreNGSday2 wayness.slurm
showq -u

Exercise: With 17 16 tasks requested and wayness of 4, how many nodes will this job require? How much memory will be available for each task?

...

 Exercise: If you specified a wayness of 2, how many nodes would this job require? How much memory could each task use?

Expand
titleAnswer

2 8 nodes (16 tasks x 1 node/2 tasks)
128 GB (256 GB/node * 1 node/2 tasks)

...