Versions Compared

Key

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

...

Important note about building containers from scratch: Building requires root privileges! However, the generated container files are portable and can be copied from (e.g.) your personal laptop to the HPC system. Alternatively, you can consider to use the "remote builder" hosted at Sylabs.io: https://cloud.sylabs.io/builder

Matlab

Currently the most recent version (R2022b) of Matlab is available on albedo.

...

Note

Currently the nodes fat-00[3,4] are reserved for Matlab users to activate their personal licenses. These nodes can be accessed via the slurm partition matlab.

Please note that this might change again in the future. We will keep you informed!

Necessary ressources may be allocated by the slurm command initializing your Matlab session. Please adjust the example

Code Block
salloc -p matlab --x11 --mem=8GB --time=2:00:00 --qos=12h

to your needs (and append your account if necessary). Since the nodes are shared between all Matlab users there are limitations implemented with respect to CPU and memory usage.

Please activate your personal license if you have one. This is done just like on any other platform by running

...

(after loading the module). A GUI will guide you through the necessary steps for activation of your personal license. Please note that you need to activate a license on each node you would like to use for Matlab (by using --nodelist=fat-003 or fat-004).


OpenCV


You might need before your script if you use OpenCV:

...