Trainings

The computing center staff frequently organizes training sessions, and the materials like slides and lab files are always available afterward. They’re arranged into modules, similar to the other applications.

To find the specific training module you attended from the list of all available ones, you can use this command.

$ 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.