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 cmake

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 cmake/3.18.2

...