cmake

Build Tools

Software Description


Info

Module Name

cmake

Last Updated On

01/18/2024

Support Level

Primary Support

Software Access Level

Open Access

Home Page

https://cmake.org

Documentation

Slurm Example

#!/bin/bash 
#SBATCH --job-name="rfm_RunCMAKETest_job" 
#SBATCH --ntasks=1 
#SBATCH --ntasks-per-node=1 
#SBATCH --output=rfm_RunCMAKETest_job.out 
#SBATCH --error=rfm_RunCMAKETest_job.err 
#SBATCH --time=0:10:0 
#SBATCH -p small,large,ram256g,ram1t

module load cmake/3.10.2 
wget https://public.s3.msi.umn.edu/reframe/sw/cmake/armadillo-3.910.0.tar.gz
tar xvzf armadillo-3.910.0.tar.gz 
cd armadillo-3.910.0
mkdir build && cd build
cmake ..

General Linux

To load this module for use in a Linux environment, you can run the command:

module load cmake

Depending on where you are working, there may be more than one version of cmake available. To see which modules are available for loading you can run:

module avail cmake

Agate Modules

Default

3.26.3-gcc-8.2.0-qmv6voz

Other Modules

3.26.3-gcc-13.1.0-em4tlmo, 3.26.3-gcc-7.2.0-r2436sx, 3.26.3-gcc-8.2.0-qmv6voz, 2.8.11, 2.8.11-Phi, 2.8.5, 3.0.0, 3.0.1, 3.10.2, 3.13.3, 3.16.2, 3.2.3, 3.21.3, 3.26.3, 3.4.3, 3.5.2, 3.9.3

Mangi Modules

Default

3.26.3-gcc-8.2.0-qmv6voz

Other Modules

3.26.3-gcc-13.1.0-em4tlmo, 3.26.3-gcc-7.2.0-r2436sx, 3.26.3-gcc-8.2.0-qmv6voz, 2.8.11, 2.8.11-Phi, 2.8.5, 3.0.0, 3.0.1, 3.10.2, 3.13.3, 3.16.2, 3.2.3, 3.21.3, 3.26.3, 3.4.3, 3.5.2, 3.9.3

Mesabi Modules

Default

3.26.3-gcc-8.2.0-qmv6voz

Other Modules

3.26.3-gcc-13.1.0-em4tlmo, 3.26.3-gcc-7.2.0-r2436sx, 3.26.3-gcc-8.2.0-qmv6voz, 2.8.11, 2.8.11-Phi, 2.8.5, 3.0.0, 3.0.1, 3.10.2, 3.13.3, 3.16.2, 3.2.3, 3.21.3, 3.26.3, 3.4.3, 3.5.2, 3.9.3