Skip to content

Commit

Permalink
Update arch files (COSMA 2.6.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Jul 16, 2022
1 parent 00065fb commit 04d8384
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions arch/CRAY-XC40-gnu.psmp
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
# CP2K arch file for Cray-XC40 (Piz Daint, CSCS, multi-core partition)
#
# Tested with: GNU 11.2.0, Cray-MPICH 7.7.18, Cray-libsci 20.09.1, Cray-FFTW 3.3.8.10,
# COSMA 2.5.1, ELPA 2021.11.002, LIBINT 2.6.0, LIBPEXSI 1.2.0,
# COSMA 2.6.0, ELPA 2021.11.002, LIBINT 2.6.0, LIBPEXSI 1.2.0,
# LIBXC 5.2.3, LIBVORI 220621, LIBXSMM 1.17, PLUMED 2.8.0,
# SIRIUS 7.3.1, SPGLIB 1.16.2
#
# Usage: Source this arch file and then run make as instructed.
# A full toolchain installation is performed as default.
# Replace or adapt the "module add" commands below if needed.
#
# Author: Matthias Krack (23.06.2022)
# Author: Matthias Krack (16.07.2022)
#
# \
if [ "${0}" = "${BASH_SOURCE}" ]; then \
Expand Down Expand Up @@ -61,7 +61,7 @@

# Set options
DO_CHECKS := no
USE_COSMA := 2.5.1
USE_COSMA := 2.6.0
USE_ELPA := 2021.11.002
USE_LIBINT := 2.6.0
USE_LIBPEXSI := 1.2.0
Expand Down
6 changes: 3 additions & 3 deletions arch/CRAY-XC50-gnu.psmp
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
# CP2K arch file for Cray-XC50 (Piz Daint, CSCS, GPU partition)
#
# Tested with: GNU 9.3.0, Cray-MPICH 7.7.18, Cray-libsci 20.09.1, Cray-FFTW 3.3.8.10,
# COSMA 2.5.1, ELPA 2021.11.002, LIBINT 2.6.0, LIBPEXSI 1.2.0,
# COSMA 2.6.0, ELPA 2021.11.002, LIBINT 2.6.0, LIBPEXSI 1.2.0,
# LIBXC 5.2.3, LIBVORI 220621, LIBXSMM 1.17, PLUMED 2.8.0,
# SIRIUS 7.3.1, SPGLIB 1.16.2
#
# Usage: Source this arch file and then run make as instructed.
# A full toolchain installation is performed as default.
# Replace or adapt the "module add" commands below if needed.
#
# Author: Matthias Krack (23.06.2022)
# Author: Matthias Krack (16.07.2022)
#
# \
if [ "${0}" = "${BASH_SOURCE}" ]; then \
Expand Down Expand Up @@ -64,7 +64,7 @@
# Set options
DO_CHECKS := no
USE_ACC := yes
USE_COSMA := 2.5.1
USE_COSMA := 2.6.0
USE_ELPA := 2021.11.002
USE_LIBINT := 2.6.0
USE_LIBPEXSI := 1.2.0
Expand Down
6 changes: 3 additions & 3 deletions arch/Linux-gnu-aarch64.psmp
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
# Tested with: GNU 11.2.0, MPICH 3.4.3,
# ScaLAPACK 2.1.0, OpenBLAS 0.3.20, FFTW 3.3.10, LIBINT 2.6.0,
# LIBXC 5.2.3, ELPA 2021.11.002, PLUMED 2.8.0, SPGLIB 1.16.2,
# LIBVORI 220621, GSL 2.7, COSMA 2.5.1, SIRIUS 7.3.0
# LIBVORI 220621, GSL 2.7, COSMA 2.6.0, SIRIUS 7.3.0
#
# Usage: Source this arch file and then run make as instructed.
# A full toolchain installation is performed as default.
#
# Author: Matthias Krack (23.06.2022)
# Author: Matthias Krack (16.07.2022)
#
# \
if [[ "${0}" == "${BASH_SOURCE}" ]]; then \
Expand Down Expand Up @@ -38,7 +38,7 @@
# Set options
DO_CHECKS := no
SHARED := no
USE_COSMA := 2.5.1
USE_COSMA := 2.6.0
USE_ELPA := 2021.11.002
USE_FFTW := 3.3.10
USE_LIBINT := 2.6.0
Expand Down
6 changes: 3 additions & 3 deletions arch/Linux-gnu-x86_64.psmp
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
# Tested with: GNU 11.2.0, MPICH 3.4.3 (and OpenMPI 4.1.1),
# ScaLAPACK 2.1.0, OpenBLAS 0.3.20, FFTW 3.3.10, LIBINT 2.6.0,
# LIBXC 5.2.3, ELPA 2021.11.002, PLUMED 2.8.0, SPGLIB 1.16.2,
# LIBVORI 220621, GSL 2.7, COSMA 2.5.1, SIRIUS 7.3.1
# LIBVORI 220621, GSL 2.7, COSMA 2.6.0, SIRIUS 7.3.1
# on the Merlin cluster (PSI)
#
# Usage: Source this arch file and then run make as instructed.
# A full toolchain installation is performed as default.
# Optionally, GNU compiler and MPICH version can be specified as arguments.
# Replace or adapt the "module add" commands below if needed.
#
# Author: Matthias Krack (23.06.2022)
# Author: Matthias Krack (16.07.2022)
#
# \
if [[ "${0}" == "${BASH_SOURCE}" ]]; then \
Expand Down Expand Up @@ -48,7 +48,7 @@
# Set options
DO_CHECKS := no
SHARED := no
USE_COSMA := 2.5.1
USE_COSMA := 2.6.0
USE_ELPA := 2021.11.002
USE_FFTW := 3.3.10
USE_LIBINT := 2.6.0
Expand Down
6 changes: 3 additions & 3 deletions arch/Linux-intel-x86_64.psmp
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
# Tested with: Intel 20.4/21.4/22.1 , Intel MPI, Intel MKL,
# LIBINT 2.6.0, LIBXC 5.2.3, ELPA 2021.11.002,
# PLUMED 2.8.0, SPGLIB 1.16.2, LIBVORI 220621,
# GSL 2.7, COSMA 2.5.1, SIRIUS 7.3.1
# GSL 2.7, COSMA 2.6.0, SIRIUS 7.3.1
# on the Merlin cluster (PSI)
#
# Usage: Source this arch file and then run make as instructed.
# A full toolchain installation is performed as default.
# Optionally, the Intel compiler version can be specified as argument.
# Replace or adapt the "module add" commands below if needed.
#
# Author: Matthias Krack (23.06.2022)
# Author: Matthias Krack (16.07.2022)
#
# \
if [[ "${0}" == "${BASH_SOURCE}" ]]; then \
Expand Down Expand Up @@ -45,7 +45,7 @@
# Set options
DO_CHECKS := no
SHARED := no
USE_COSMA := 2.5.1
USE_COSMA := 2.6.0
USE_ELPA := 2021.11.002
USE_LIBINT := 2.6.0
USE_LIBPEXSI := 1.2.0
Expand Down

0 comments on commit 04d8384

Please sign in to comment.