Skip to content

Commit

Permalink
Add -lgslcblas
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Jan 9, 2019
1 parent 2650e32 commit 33d10f1
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion arch/Linux-x86-64-gfortran-regtest.pdbg
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ FCFLAGS = $(DFLAGS) -O1 -fcheck=bounds,do,recursion,pointer -ffree-form \
-I$(FFTW_INC) -I$(LIBINT_INC) -I$(LIBXC_INC) $(WFLAGS)
LDFLAGS = $(FCFLAGS) -fsanitize=leak
LIBS = $(MPI_LIBRARY_PATH)/libscalapack-regtest.a \
$(PLUMED_DEPENDENCIES) -ldl -lgsl -lz \
$(PLUMED_DEPENDENCIES) -ldl -lgsl -lgslcblas -lz \
$(ELPA_LIB)/libelpa.a -lstdc++ \
$(LIBPATH)/liblapack-regtest.a \
$(LIBPATH)/libblas-regtest.a \
Expand Down
2 changes: 1 addition & 1 deletion arch/Linux-x86-64-gfortran-regtest.psmp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ FCFLAGS = $(DFLAGS) -O1 -fcheck=bounds,do,recursion,pointer -ffree-form \
-I$(FFTW_INC) -I$(LIBINT_INC) -I$(LIBXC_INC) $(WFLAGS)
LDFLAGS = $(FCFLAGS) -fsanitize=leak
LIBS = $(MPI_LIBRARY_PATH)/libscalapack-regtest.a \
$(PLUMED_DEPENDENCIES) -ldl -lgsl -lz \
$(PLUMED_DEPENDENCIES) -ldl -lgsl -lgslcblas -lz \
$(ELPA_LIB)/libelpa_openmp.a -lstdc++ \
$(LIBPATH)/liblapack-regtest.a \
$(LIBPATH)/libblas-regtest.a \
Expand Down
2 changes: 1 addition & 1 deletion arch/Linux-x86-64-gfortran.popt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ FCFLAGS = $(DFLAGS) -O2 -ffast-math -ffree-form -ffree-line-length-none \
-I$(FFTW_INC) -I$(LIBINT_INC) -I$(LIBXC_INC) -I$(LIBXSMM_INC)
LDFLAGS = $(FCFLAGS) -static-libgfortran
LIBS = $(MPI_LIBRARY_PATH)/libscalapack.a \
$(PLUMED_DEPENDENCIES) -ldl -lgsl -lz \
$(PLUMED_DEPENDENCIES) -ldl -lgsl -lgslcblas -lz \
$(ELPA_LIB)/libelpa.a -lstdc++ \
$(LIBPATH)/liblapack.a \
$(LIBPATH)/libblas.a \
Expand Down
2 changes: 1 addition & 1 deletion arch/Linux-x86-64-gfortran.psmp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ FCFLAGS = $(DFLAGS) -O2 -ffast-math -ffree-form -ffree-line-length-none \
-I$(FFTW_INC) -I$(LIBINT_INC) -I$(LIBXC_INC) -I$(LIBXSMM_INC)
LDFLAGS = $(FCFLAGS) -static-libgfortran
LIBS = $(MPI_LIBRARY_PATH)/libscalapack.a \
$(PLUMED_DEPENDENCIES) -ldl -lgsl -lz \
$(PLUMED_DEPENDENCIES) -ldl -lgsl -lgslcblas -lz \
$(ELPA_LIB)/libelpa_openmp.a -lstdc++ \
$(LIBPATH)/liblapack.a \
$(LIBPATH)/libblas.a \
Expand Down
4 changes: 2 additions & 2 deletions arch/Linux-x86-64-intel-regtest.popt
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 17.0.4.196 Build 20170411
# Intel(R) Fortran Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 18.0.3.222 Build 20180410
# Intel(R) Fortran Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 18.0.5.274 Build 20180823
# Intel MPI, MKL, Libxc 4.2.3, libxsmm 1.9, ELPA 2017.05.003, PLUMED 2.4.1
# Intel MPI, MKL, Libint 1.1.6, Libxc 4.2.3, libxsmm 1.9, ELPA 2017.05.003, PLUMED 2.4.1
# Author: Matthias Krack (matthias.krack@psi.ch, PSI, October 2018)

include $(MPI_PATH)/plumed/2.4.1/lib/plumed/src/lib/Plumed.inc.static
Expand Down Expand Up @@ -40,7 +40,7 @@ FCFLAGS += -I$(ELPA_INC)/elpa -I$(ELPA_INC)/modules
LDFLAGS = $(FCFLAGS) -static-intel -static_mpi
LDFLAGS_C = $(FCFLAGS) -static-intel -nofor_main
MKL_LIB = ${MKLROOT}/lib/intel64
LIBS = $(PLUMED_DEPENDENCIES) -lgsl -lz
LIBS = $(PLUMED_DEPENDENCIES) -lgsl -lgslcblas -lz
LIBS += $(ELPA_LIB)/libelpa.a -lstdc++
LIBS += $(MKL_LIB)/libmkl_scalapack_lp64.a \
-Wl,--start-group \
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 17.0.4.196 Build 20170411
# Intel(R) Fortran Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 18.0.3.222 Build 20180410
# Intel(R) Fortran Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 18.0.5.274 Build 20180823
# Intel MPI, MKL, Libxc 4.2.3, libxsmm 1.9, ELPA 2017.05.003, PLUMED 2.4.1
# Intel MPI, MKL, Libint 1.1.6, Libxc 4.2.3, libxsmm 1.9, ELPA 2017.05.003, PLUMED 2.4.1
# Author: Matthias Krack (matthias.krack@psi.ch, PSI, October 2018)

include $(MPI_PATH)/plumed/2.4.1/lib/plumed/src/lib/Plumed.inc.static
Expand Down Expand Up @@ -40,7 +40,7 @@ FCFLAGS += -I$(ELPA_INC)/elpa -I$(ELPA_INC)/modules
LDFLAGS = $(FCFLAGS) -static-intel -static_mpi
LDFLAGS_C = $(FCFLAGS) -static-intel -nofor_main
MKL_LIB = ${MKLROOT}/lib/intel64
LIBS = $(PLUMED_DEPENDENCIES) -lgsl -lz
LIBS = $(PLUMED_DEPENDENCIES) -lgsl -lgslcblas -lz
LIBS += $(ELPA_LIB)/libelpa_openmp.a -lstdc++
LIBS += $(MKL_LIB)/libmkl_scalapack_lp64.a \
-Wl,--start-group \
Expand Down

0 comments on commit 33d10f1

Please sign in to comment.