Skip to content

Commit

Permalink
Update arch files (ScaLAPACK 2.1.0 -> 2.2.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Nov 25, 2022
1 parent 4f62eeb commit 979a205
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions arch/Darwin-gnu-arm64.psmp
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
# (https://www.cp2k.org/howto:compile_on_macos)
#
# Tested with: GNU 12.2.0, MPICH 3.4.3,
# ScaLAPACK 2.1.0, OpenBLAS 0.3.21, FFTW 3.3.10, LIBINT 2.6.0,
# ScaLAPACK 2.2.1, OpenBLAS 0.3.21, FFTW 3.3.10, LIBINT 2.6.0,
# LIBXC 6.0.0, SPGLIB 1.16.2,
# LIBVORI 220621, GSL 2.7, COSMA 2.6.2, SIRIUS 7.3.2
# on an Apple M1 (macOS Ventura 13.0.1)
#
# Usage: Source this arch file and then run make as instructed.
#
# Author: Matthias Krack (20.11.2022)
# Author: Matthias Krack (25.11.2022)
#
# \
if [[ "${0}" == "${BASH_SOURCE}" ]]; then \
Expand Down Expand Up @@ -57,7 +57,7 @@ USE_LIBVORI := 220621
USE_LIBXC := 6.0.0
USE_OPENBLAS := 0.3.21
#USE_PLUMED := 2.8.0
USE_SCALAPACK := 2.1.0
USE_SCALAPACK := 2.2.1
USE_SIRIUS := 7.3.2
USE_SPGLIB := 1.16.2

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 @@ -3,14 +3,14 @@
# CP2K (GNU aarch64) arch file for Linux clusters
#
# Tested with: GNU 12.2.0, MPICH 3.4.3,
# ScaLAPACK 2.1.0, OpenBLAS 0.3.21, FFTW 3.3.10, LIBINT 2.6.0,
# ScaLAPACK 2.2.1, OpenBLAS 0.3.21, FFTW 3.3.10, LIBINT 2.6.0,
# LIBXC 6.0.0, ELPA 2022.05.001, PLUMED 2.8.0, SPGLIB 1.16.2,
# LIBVORI 220621, GSL 2.7, COSMA 2.6.2, SIRIUS 7.3.2
#
# Usage: Source this arch file and then run make as instructed.
# A full toolchain installation is performed as default.
#
# Author: Matthias Krack (26.10.2022)
# Author: Matthias Krack (25.11.2022)
#
# \
if [[ "${0}" == "${BASH_SOURCE}" ]]; then \
Expand Down Expand Up @@ -52,7 +52,7 @@ USE_LIBXC := 6.0.0
USE_OPENBLAS := 0.3.21
USE_PLUMED := 2.8.0
USE_QUIP := 0.9.10
USE_SCALAPACK := 2.1.0
USE_SCALAPACK := 2.2.1
USE_SIRIUS := 7.3.2
USE_SPGLIB := 1.16.2
# Only needed for SIRIUS
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 @@ -3,7 +3,7 @@
# CP2K (GNU x86_64) arch file for Linux clusters
#
# Tested with: GNU 12.2.0, MPICH 3.4.3 and OpenMPI 4.1.4,
# ScaLAPACK 2.1.0, OpenBLAS 0.3.21, FFTW 3.3.10, LIBINT 2.6.0,
# ScaLAPACK 2.2.1, OpenBLAS 0.3.21, FFTW 3.3.10, LIBINT 2.6.0,
# LIBXC 6.0.0, ELPA 2022.05.001, PLUMED 2.8.0, SPGLIB 1.16.2,
# LIBVORI 220621, GSL 2.7, COSMA 2.6.2, SIRIUS 7.3.2
# on the Merlin cluster (PSI)
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.
#
# Author: Matthias Krack (26.10.2022)
# Author: Matthias Krack (25.11.2022)
#
# \
if [[ "${0}" == "${BASH_SOURCE}" ]]; then \
Expand Down Expand Up @@ -67,7 +67,7 @@ USE_LIBXSMM := 1.17
USE_OPENBLAS := 0.3.21
USE_PLUMED := 2.8.0
USE_QUIP := 0.9.10
USE_SCALAPACK := 2.1.0
USE_SCALAPACK := 2.2.1
USE_SIRIUS := 7.3.2
USE_SPGLIB := 1.16.2
# Only needed for SIRIUS
Expand Down

0 comments on commit 979a205

Please sign in to comment.