Overview
CMake, a cross-platform, open-source make system is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice.
Versions 2.8.12.2, 2.8.7 and 3.7.2 are installed.
Restrictions on use
There are no access restrictions as it is open source.
Set up procedure
You must load one of the modulefiles:
module load tools/gcc/cmake/3.7.2
module load tools/gcc/cmake/2.8.12.2
module load tools/gcc/cmake/2.8.7
Running the application
cmake
and ccmake
are typically used by configure scripts during software installs. It can also be accessed from the command line.
It is not typically used in batch.
Further info