Skip to content

Commit

Permalink
Correct path variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Sep 8, 2021
1 parent 2f5e7cb commit 99eb3f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/Linux-x86-64-intel-regtest.psmp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ ELPA_VER = 2021.05.002
ELPA_INC = $(MPI_PATH)/elpa/$(ELPA_VER)/include/elpa_openmp-$(ELPA_VER)
ELPA_LIB = $(MPI_PATH)/elpa/$(ELPA_VER)/lib

GSL_INC = $(GNU_PATH)/gsl/2.7/include
GSL_LIB = $(GNU_PATH)/gsl/2.7/lib
GSL_INC = $(INTEL_PATH)/gsl/2.7/include
GSL_LIB = $(INTEL_PATH)/gsl/2.7/lib

LIBINT_INC = $(INTEL_PATH)/libint/2.6.0-lmax-4/include
LIBINT_LIB = $(INTEL_PATH)/libint/2.6.0-lmax-4/lib
Expand Down

0 comments on commit 99eb3f7

Please sign in to comment.