Versions Compared

Key

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

...

Applications and libraries are available through the modules system. Modules for ARM and x86 CPUs are not interchangeable, and selecting the right module for the destined architecture is key critical for getting software to work! Please load the proper modules on the node, inside of the job script! The list of available modules can be obtained by issuing the command:

module avail

This command should be run on a compute node to get a full list of modules available on the given architecture (node type)! The list is searchable by using the '/' key. The specific module can be loaded by the add command:

...