Skip to content

Commit

Permalink
Update to libvori 201228
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Dec 28, 2020
1 parent b3f54e0 commit 502e97e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions arch/Linux-x86-64-gfortran-regtest.psmp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tested with: GFortran 8.3.0, MPICH 3.3, LAPACK 3.9.0, ScaLAPACK 2.0.2, FFTW 3.3,
# LIBINT 2.6.0, LIBXC 4.3.4, ELPA 2020.05.001, PLUMED 2.6.2, SPGLIB 1.16.0,
# LIBVORI 201224
# LIBVORI 201228
# Author: Matthias Krack (matthias.krack@psi.ch, PSI, December 2020)

CC = mpicc
Expand All @@ -20,7 +20,7 @@ FFTW_LIB = $(GNU_PATH)/fftw/3.3-regtest/lib
LIBINT_INC = $(GNU_PATH)/libint/2.6.0-lmax-4-regtest/include
LIBINT_LIB = $(GNU_PATH)/libint/2.6.0-lmax-4-regtest/lib

LIBVORI_LIB = $(GNU_PATH)/libvori/201224/lib
LIBVORI_LIB = $(GNU_PATH)/libvori/201228/lib

LIBXC_INC = $(GNU_PATH)/libxc/4.3.4-regtest/include
LIBXC_LIB = $(GNU_PATH)/libxc/4.3.4-regtest/lib
Expand Down
4 changes: 2 additions & 2 deletions arch/Linux-x86-64-intel-regtest.psmp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Tested with Intel(R) Fortran Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 18.0.5.274 Build 20180823
# Intel(R) Fortran Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 19.1.3.304 Build 20200925
# Intel MPI, MKL, LIBINT 2.6.0, LIBXC 4.3.4, LIBXSMM 1.16.1, ELPA 2020.05.001, PLUMED 2.6.2, SPGLIB 1.16.0,
# LIBVORI 201224
# LIBVORI 201228
# Author: Matthias Krack (matthias.krack@psi.ch, PSI, December 2020)

CC = mpiicc
Expand All @@ -18,7 +18,7 @@ ELPA_LIB = $(MPI_PATH)/elpa/$(ELPA_VER)/lib
LIBINT_INC = $(INTEL_PATH)/libint/2.6.0-lmax-4/include
LIBINT_LIB = $(INTEL_PATH)/libint/2.6.0-lmax-4/lib

LIBVORI_LIB = $(INTEL_PATH)/libvori/201224/lib
LIBVORI_LIB = $(INTEL_PATH)/libvori/201228/lib

LIBXC_INC = $(INTEL_PATH)/libxc/4.3.4/include
LIBXC_LIB = $(INTEL_PATH)/libxc/4.3.4/lib
Expand Down
4 changes: 2 additions & 2 deletions tools/toolchain/scripts/install_libvori.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
[ "${BASH_SOURCE[0]}" ] && SCRIPT_NAME="${BASH_SOURCE[0]}" || SCRIPT_NAME=$0
SCRIPT_DIR="$(cd "$(dirname "$SCRIPT_NAME")" && pwd -P)"

libvori_ver="201224"
libvori_sha256="16f6c49eaa17ea23868925dbaae2eca71bdacbe50418c97d6c55e05728038f31"
libvori_ver="201228"
libvori_sha256="065b1eade1020fcb0160b3c123b2df36ff3c7213561a6413115a23f0d6e9b671"

# shellcheck source=/dev/null
source "${SCRIPT_DIR}"/common_vars.sh
Expand Down

0 comments on commit 502e97e

Please sign in to comment.