Versions Compared

Key

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

...

Note

These are only available if/when the gcc/13.2.0 module is loaded.

...

Change Compiler

Info

Let’s see what happens to our environment if we load a different compiler.

Code Block
[]# module load nvhpc-sdk/24.3
Lmod is automatically replacing "gcc/13.2.0" with "nvhpc-sdk/24.3".

# What happened?
[]$ ml
Currently Loaded Modules:
  1) slurm/latest (S)   2) arcc/1.0 (S)   3) nvhpc-sdk/24.3

[]$ module avail
# Modules relating to nvhpc-sdk/24.3 are now available.
Note

You can only have one module compiler loaded at a time.

Compilers of the same name, but different versions (gcc/12.2.0 vs gcc/13.2.0) are considered different.

...

Purge Your Modules

Code Block
[]$ purge

# What has changed?
[]$ ml
[]$ module avail

...