Install Yambo in IRENE machine (TGCC Joliot Curie)
Jump to navigation
Jump to search
In this page we explain how to configure compile and run Yambo on the IRENE machine on TGCC Joliot Curie.
module load hdf5/1.8.20 module load blas/mkl/20.0.0 module load netcdf-c/4.6.0 module load netcdf-fortran/4.4.4 module load pnetcdf/1.12.1 module load petsc/3.12.2 module load slepc/3.12.1
./configure FC=ifort F77=ifort CC=icc MPIF77=mpif90 MPICC=mpicc MPIFC=mpif90 --enable-open-mp --enable-par-linalg \ --with-scalapack-libs=mkl --with-blacs-libs=mkl \ --enable-slepc-linalg --with-slepc-path=${SLEPC_ROOT} --with-petsc-path=${PETSC_ROOT} \ --with-netcdf-includedir=${NETCDF_INCDIR} --with-netcdf-libs="${NETCDF_LDFLAGS}" \ --with-netcdff-includedir=${NETCDFFORTRAN_INCDIR} --with-netcdff-libs="${NETCDFFORTRAN_LDFLAGS}"