Install Lumen Claudia cluster in Marseille
From Lumen wiki
Jump to navigationJump to search
Hereafter is how we configure Lumen on the Claudia cluster in Marseille
module load phdf5/1.14.0 module load netcdf/4.9.0 module load netcdf-fortran/4.6.0 module load scalapack/2.2.2 module load fftw/3.3.10 module load openblas/0.3.21 module load petsc/3.22.0_s module load slepc/3.22.0_s module load libxc/5.2.3 ./configure --enable-open-mp --with-netcdf-path=$NETCDF_DIR --with-netcdff-path=$NETCDF_FORTRAN_DIR \ --with-fft-path=$FFTW_DIR --with-scalapack-libs="-L$SCALAPACK_LIB -lscalapack" \ --with-blas-libs="-L$OPENBLAS_LIB -lopenblas" --with-lapack-libs="-L$OPENBLAS_LIB -lopenblas" \ --with-blacs-libs="-L$SCALAPACK_LIB -lscalapack" --with-slepc-path=$SLEPC_DIR \ --with-petsc-path=$PETSC_DIR \ --with-libxc-libdir="$LIBXC_DIR/lib64" --with-libxc-includedir="$LIBXC_DIR/include"