CMake ===== .. toctree:: :maxdepth: 1 :caption: Contents: .. 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: .. code-block:: bash module avail cmake Loading CMake ------------- To load the most recent (installed) version of CMake, load the module ``cmake/latest``: .. code:: bash module load cmake/latest Getting help ------------ See :doc:`help` .. _`CMake`: http://cmake.org