Installing eCLM from source

Installing eCLM from source#

Warning

For advanced users.

Requirements#

Steps#

# Download eCLM
git clone https://github.com/HPSCTerrSys/eCLM.git
cd eCLM

# Create eCLM install directory
mkdir install

# Set compilers
export CC=mpicc FC=mpifort

# Build and install eCLM
cmake -S src -B bld -DCMAKE_INSTALL_PREFIX=install
cmake --build bld --parallel
cmake --install bld

Reference build scripts#