Trainings

Computing center staff regularly organize training sessions, whose content remains accessible outside these sessions.

The training material, slides and lab files, are available as modules, just like the other applications.

$ module avail formation

Once you have found your training, you can load the module the same way you did in the actual session.

$ module load formation/base # Or any training you are interested in

Once you load the module, you’ll be able to access and copy the materials into any directory you choose.

$ cp -r $FORMATION_LABS <your labs folder>
$ cp -r $FORMATION_SLIDES <your training slides folder>
$ module unload formation

Warning

Do not forget to unload the formation module before submitting outside training sessions. Otherwise, your job won’t be able to start.