Skip to content

Commit

Permalink
Minor arch file update
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack authored and oschuett committed Jul 31, 2023
1 parent 85aa16b commit de16073
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions arch/Linux-gnu-x86_64-static.ssmp
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
#
# CP2K (GNU) arch file for a serial static x86_64 binary
#
# Tested with: GNU 12.3.0, FFTW 3.3.10, LIBINT 2.6.0, LIBVORI 220621,
# Tested with: GNU 13.1.0, FFTW 3.3.10, LIBINT 2.6.0, LIBVORI 220621,
# LIBXC 6.2.2, OpenBLAS 0.3.23, SPGLIB 1.16.2
#
# Usage: Source this arch file and then run make as instructed.
#
# Last update: 21.06.2023
# Last update: 27.07.2023
#
# \
if [[ "${0}" == "${BASH_SOURCE}" ]]; then \
Expand Down Expand Up @@ -158,6 +158,6 @@ else
LDFLAGS += $(FCFLAGS) -static
endif

LIBS += -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -ldl -lstdc++
LIBS += -Wl,--whole-archive -lpthread -ldl -Wl,--no-whole-archive -lstdc++

# End
4 changes: 2 additions & 2 deletions arch/Linux-gnu-x86_64.psmp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# CP2K (GNU x86_64) arch file for Linux clusters
#
# Tested with: GNU 12.3.0, MPICH 4.0.3 and OpenMPI 4.1.4,
# Tested with: GNU 13.1.0, MPICH 4.0.3 and OpenMPI 4.1.5,
# ScaLAPACK 2.2.1, OpenBLAS 0.3.23, FFTW 3.3.10, LIBINT 2.6.0,
# LIBXC 6.2.2, ELPA 2022.11.001, PLUMED 2.8.2, SPGLIB 1.16.2,
# LIBVORI 220621, GSL 2.7, COSMA 2.6.6, SIRIUS 7.4.3, LIBTORCH 1.12.1
Expand All @@ -13,7 +13,7 @@
# Optionally, GNU compiler and MPI implementation can be specified as arguments.
# Replace or adapt the "module add" commands below if needed.
#
# Last update: 21.05.2023
# Last update: 27.07.2023
#
# \
if [[ "${0}" == "${BASH_SOURCE}" ]]; then \
Expand Down

0 comments on commit de16073

Please sign in to comment.