Skip to content

Commit

Permalink
Update arch files for libvori 201229
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Dec 30, 2020
1 parent c55fcb5 commit eaca94d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 201228
# LIBVORI 201229
# 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/201228/lib
LIBVORI_LIB = $(GNU_PATH)/libvori/201229/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 201228
# LIBVORI 201229
# 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/201228/lib
LIBVORI_LIB = $(INTEL_PATH)/libvori/201229/lib

LIBXC_INC = $(INTEL_PATH)/libxc/4.3.4/include
LIBXC_LIB = $(INTEL_PATH)/libxc/4.3.4/lib
Expand Down

0 comments on commit eaca94d

Please sign in to comment.