Page tree

Versions Compared

Key

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

...

You can check the versions installed in Gadi with a module query:

Code Block
languagebash
$ module avail intel-compiler

We normally recommend using the latest version available and always recommend to specify the version number with the module command:

Code Block
languagebash
$ module load intel-compiler/2021.2.0

...

The following would be of help in most of cases when looking for icc and icpc compiler options:

Code Block
languagebash
# Load module, always specify version number.
$ module load intel-compiler/2021.2.0

$ man icc

...