From 0c0c0a7c81ecb51199607fa2a4bf35ffc10d89ce Mon Sep 17 00:00:00 2001 From: Matthias Krack Date: Tue, 9 Apr 2024 18:24:19 +0200 Subject: [PATCH] Update arch files --- arch/Linux-gnu-x86_64.psmp | 5 ++--- arch/Linux-intel-x86_64.psmp | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/arch/Linux-gnu-x86_64.psmp b/arch/Linux-gnu-x86_64.psmp index a8a1bc412b..0917988175 100644 --- a/arch/Linux-gnu-x86_64.psmp +++ b/arch/Linux-gnu-x86_64.psmp @@ -2,7 +2,7 @@ # # CP2K (GNU x86_64) arch file for Linux clusters # -# Tested with: GNU 13.1.0, MPICH 4.0.3 and OpenMPI 4.1.5, +# Tested with: GNU 13.2.0, MPICH 4.0.3 and OpenMPI 4.1.5, # ScaLAPACK 2.2.1, OpenBLAS 0.3.26, # FFTW 3.3.10, ELPA 2023.05.001, HDF5 1.14.2, # LIBINT 2.6.0, LIBXC 6.2.2, PLUMED 2.9.0, @@ -16,7 +16,7 @@ # Optionally, GNU compiler and MPI implementation can be specified as arguments. # Replace or adapt the "module add" commands below if needed. # -# Last update: 28.03.2024 +# Last update: 09.04.2024 # # \ if [[ "${0}" == "${BASH_SOURCE}" ]]; then \ @@ -340,7 +340,6 @@ ifneq ($(USE_HDF5),) LIBS += $(HDF5_LIB)/libhdf5_f90cstub.a LIBS += $(HDF5_LIB)/libhdf5.a endif - LIBS += -lsz endif ifneq ($(USE_COSMA),) diff --git a/arch/Linux-intel-x86_64.psmp b/arch/Linux-intel-x86_64.psmp index c9f88a9cfd..69b26a41c4 100644 --- a/arch/Linux-intel-x86_64.psmp +++ b/arch/Linux-intel-x86_64.psmp @@ -13,7 +13,7 @@ # Optionally, the Intel compiler version can be specified as argument. # Replace or adapt the "module add" commands below if needed. # -# Last update: 28.03.2024 +# Last update: 09.04.2024 # # \ if [[ "${0}" == "${BASH_SOURCE}" ]]; then \ @@ -296,7 +296,6 @@ ifneq ($(USE_HDF5),) LIBS += $(HDF5_LIB)/libhdf5_f90cstub.a LIBS += $(HDF5_LIB)/libhdf5.a endif - LIBS += -lsz endif ifneq ($(USE_COSMA),)