Update arch files

This commit is contained in:
Matthias Krack 2024-04-09 18:24:19 +02:00
parent 1b0cf2987a
commit 0c0c0a7c81
2 changed files with 3 additions and 5 deletions

View file

@ -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),)

View file

@ -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),)