CLaMS Compilation

For compilation of all CLaMS programs, go to the target directory and simply type:

If you already have a pre-installed version, you must clean it up before the compilation:

For compilation of a specific program progname in package package-name:

The source code is compiled with MPI by default. The created executables can be run serially or in parallel. Please make sure, that mpif90 can be used or switch it off (see below).

On ICE-4 workstations with Ubuntu 24.04 the Intel compiler ifx must be made available and the bin subdirectory of the installation directory of MPICH library must be added to your path:

If the gfortran compiler is used on ICE-4 workstations and MPI support is required the PATH must be set to:

Under Ubuntu 20.04 (icg1220) the Intel compiler ifort is automatically available, but the corresponding MPICH directory must be added to your path:

For compilation and execution on the supercomputers JURECA/JUWELS see: https://clams.icg.kfa-juelich.de/CLaMS/Jureca/CompileExecute

It is possible to compile without MPI, switch to gfortran compiler or use debug options with:

CompileClams (last edited 2025-07-14 10:56:20 by NicoleThomas)