Skip to content

Commit

Permalink
Update arch files
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed May 16, 2022
1 parent 5e7252e commit 6fcab5a
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 @@ -11,7 +11,7 @@
# A full toolchain installation is performed as default.
# Replace or adapt the "module add" commands below if needed.
#
# Author: Matthias Krack (14.04.2022)
# Author: Matthias Krack (16.05.2022)
#
# \
if [ "${0}" = "${BASH_SOURCE}" ]; then \
Expand Down Expand Up @@ -74,8 +74,8 @@ USE_SIRIUS := 7.3.1
USE_SPGLIB := 1.16.2
# Only needed for SIRIUS
LIBVDWXC_VER := 0.4.0
SPFFT_VER := 1.0.5
SPLA_VER := 1.5.3
SPFFT_VER := 1.0.6
SPLA_VER := 1.5.4
HDF5_VER := 1.12.0
# Only needed for LIBPEXSI
SCOTCH_VER := 6.0.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 @@ -11,7 +11,7 @@
# A full toolchain installation is performed as default.
# Replace or adapt the "module add" commands below if needed.
#
# Author: Matthias Krack (14.04.2022)
# Author: Matthias Krack (16.05.2022)
#
# \
if [ "${0}" = "${BASH_SOURCE}" ]; then \
Expand Down Expand Up @@ -77,8 +77,8 @@ USE_SIRIUS := 7.3.1
USE_SPGLIB := 1.16.2
# Only needed for SIRIUS
LIBVDWXC_VER := 0.4.0
SPFFT_VER := 1.0.5
SPLA_VER := 1.5.3
SPFFT_VER := 1.0.6
SPLA_VER := 1.5.4
HDF5_VER := 1.12.0
# Only needed for LIBPEXSI
SCOTCH_VER := 6.0.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 @@ -10,7 +10,7 @@
# Usage: Source this arch file and then run make as instructed.
# A full toolchain installation is performed as default.
#
# Author: Matthias Krack (29.04.2022)
# Author: Matthias Krack (16.05.2022)
#
# \
if [[ "${0}" == "${BASH_SOURCE}" ]]; then \
Expand Down Expand Up @@ -54,8 +54,8 @@ USE_SIRIUS := 7.3.1
USE_SPGLIB := 1.16.2
# Only needed for SIRIUS
LIBVDWXC_VER := 0.4.0
SPFFT_VER := 1.0.5
SPLA_VER := 1.5.3
SPFFT_VER := 1.0.6
SPLA_VER := 1.5.4
HDF5_VER := 1.12.0
# Only needed for LIBPEXSI
SCOTCH_VER := 6.0.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 @@ -13,7 +13,7 @@
# Optionally, GNU compiler and MPICH version can be specified as arguments.
# Replace or adapt the "module add" commands below if needed.
#
# Author: Matthias Krack (29.04.2022)
# Author: Matthias Krack (16.05.2022)
#
# \
if [[ "${0}" == "${BASH_SOURCE}" ]]; then \
Expand Down Expand Up @@ -64,8 +64,8 @@ USE_SIRIUS := 7.3.1
USE_SPGLIB := 1.16.2
# Only needed for SIRIUS
LIBVDWXC_VER := 0.4.0
SPFFT_VER := 1.0.5
SPLA_VER := 1.5.3
SPFFT_VER := 1.0.6
SPLA_VER := 1.5.4
HDF5_VER := 1.12.0
# Only needed for LIBPEXSI
SCOTCH_VER := 6.0.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 @@ -13,7 +13,7 @@
# Optionally, the Intel compiler version can be specified as argument.
# Replace or adapt the "module add" commands below if needed.
#
# Author: Matthias Krack (14.04.2022)
# Author: Matthias Krack (16.05.2022)
#
# \
if [[ "${0}" == "${BASH_SOURCE}" ]]; then \
Expand Down Expand Up @@ -57,8 +57,8 @@ USE_SIRIUS := 7.3.1
USE_SPGLIB := 1.16.2
# Only needed for SIRIUS
LIBVDWXC_VER := 0.4.0
SPFFT_VER := 1.0.5
SPLA_VER := 1.5.3
SPFFT_VER := 1.0.6
SPLA_VER := 1.5.4
HDF5_VER := 1.12.0
# Only needed for LIBPEXSI
SCOTCH_VER := 6.0.0
Expand Down

0 comments on commit 6fcab5a

Please sign in to comment.