Exercises 4: Running jobs with Slurm¶
Intro¶
For these exercises, you'll need to take care of some settings:
-
For the CPU exercises we advise to use the
smallpartition and for the exercises on GPU thestandard-gpartition. -
During the course you can use the course training project
project_465001603for these exercises. A few days after the course you will need to use a different project on LUMI. -
On December 11 we have a reservation that you can use (through
#SBATCH --reservation=...):-
For the
smallpartition, the reservation name isLUMI_Intro_small -
For the
standard-gpartition, the reservation name isLUMI_Intro_standard-g
-
An alternative (during the course only) for manually specifying the account, the partition and the reservation, is to set them through modules. For this, first add an additional directory to the module search path:
module use /appl/local/training/modules/2day-20241210
and then you can load either the module exercises/small or exercises/standard-g.
Check what these modules do...
Try, e.g.,
module show exercises/small
to get an idea of what these modules do. Can you see which environment variables they set?
Exercises¶
Exercises will be made available during the course
A&A¶
/