CMake¶
Important
CMake is an open-source, cross-platform family of tools designed to build, test and package software. It is necessary to keep its installation up to date to match the requirements imposed by many modern source code projects.
Supported versions¶
To check which CMake versions are currently supported on Discoverer, execute on the login node:
module avail cmake
Loading CMake¶
To load the most recent (installed) version of CMake, load the module cmake/latest
:
module load cmake/latest
Getting help¶
See Getting help