Skip to content

Commit

Permalink
Update regtester arch files
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Oct 5, 2018
1 parent 65faa29 commit f94adc3
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 69 deletions.
4 changes: 2 additions & 2 deletions arch/Linux-x86-64-gfortran-regtest.pdbg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Tested with: GFortran 7.3.0, MPICH 3.2.1, LAPACK 3.5.0, ScaLAPACK 2.0.2, FFTW 3.3, Libxc 4.2.3, ELPA 2017.05.003, PLUMED 2.1.2
# Author: Matthias Krack (matthias.krack@psi.ch, PSI, September 2018)
# Tested with: GFortran 7.3.0, MPICH 3.2.1, LAPACK 3.5.0, ScaLAPACK 2.0.2, FFTW 3.3, Libint 1.1.4, Libxc 4.2.3, ELPA 2017.05.003, PLUMED 2.1.2
# Author: Matthias Krack (matthias.krack@psi.ch, PSI, October 2018)
CC = gcc
CPP =
FC = mpif90
Expand Down
4 changes: 2 additions & 2 deletions arch/Linux-x86-64-gfortran-regtest.psmp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Tested with: GFortran 7.3.0, MPICH 3.2.1, LAPACK 3.5.0, ScaLAPACK 2.0.2, FFTW 3.3, Libxc 4.2.3, ELPA 2017.05.003, PLUMED 2.1.2
# Author: Matthias Krack (matthias.krack@psi.ch, PSI, September 2018)
# Tested with: GFortran 7.3.0, MPICH 3.2.1, LAPACK 3.5.0, ScaLAPACK 2.0.2, FFTW 3.3, Libint 1.1.4, Libxc 4.2.3, ELPA 2017.05.003, PLUMED 2.1.2
# Author: Matthias Krack (matthias.krack@psi.ch, PSI, October 2018)
CC = gcc
CPP =
FC = mpif90
Expand Down
64 changes: 32 additions & 32 deletions arch/Linux-x86-64-gfortran-regtest.sdbg
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
# Tested with: GFortran 6.4.0, FFTW 3.3, LAPACK 3.5.0, Libxc 4.0.4
# Author: Matthias Krack (matthias.krack@psi.ch, PSI, July 2018)
CC = gcc
CPP =
FC = gfortran
LD = gfortran
AR = ar -r
FFTW_INC = $(GCC_DIR)/fftw/3.3-regtest/include
FFTW_LIB = $(GCC_DIR)/fftw/3.3-regtest/lib
LIBINT_INC = $(GCC_DIR)/libint/1.1.4-default-regtest/include
LIBINT_LIB = $(GCC_DIR)/libint/1.1.4-default-regtest/lib
LIBXC_INC = $(GCC_DIR)/libxc/4.0.4-regtest/include
LIBXC_LIB = $(GCC_DIR)/libxc/4.0.4-regtest/lib
DFLAGS = -D__F2008 -D__FFTW3 -D__LIBINT -D__LIBXC
CPPFLAGS =
WFLAGS = -Waliasing -Wampersand -Wc-binding-type -Wconversion\
-Wintrinsic-shadow -Wintrinsics-std -Wline-truncation\
-Wno-tabs -Wrealloc-lhs-all -Wtarget-lifetime -Wunderflow\
-Wunused-but-set-variable -Wunused-dummy-argument -Wunused-variable\
-Werror
FCFLAGS = $(DFLAGS) -O1 -fcheck=bounds,do,recursion,pointer -ffree-form\
-ffree-line-length-none -fimplicit-none -fno-omit-frame-pointer\
-g -mtune=generic -std=f2008\
-I$(FFTW_INC) -I$(LIBINT_INC) -I$(LIBXC_INC) $(WFLAGS)
LDFLAGS = $(FCFLAGS) -fsanitize=leak
LIBS = $(LIBPATH)/liblapack-gnu-regtest.a\
$(LIBPATH)/libblas-gnu-regtest.a\
$(FFTW_LIB)/libfftw3.a\
$(LIBXC_LIB)/libxcf03.a\
$(LIBXC_LIB)/libxc.a\
$(LIBINT_LIB)/libderiv.a\
$(LIBINT_LIB)/libint.a
# Tested with: GFortran 7.3.0, FFTW 3.3, LAPACK 3.5.0, Libint 1.1.4, Libxc 4.2.3
# Author: Matthias Krack (matthias.krack@psi.ch, PSI, October 2018)
CC = gcc
CPP =
FC = gfortran
LD = gfortran
AR = ar -r
FFTW_INC = $(GCC_DIR)/fftw/3.3-regtest/include
FFTW_LIB = $(GCC_DIR)/fftw/3.3-regtest/lib
LIBINT_INC = $(GCC_DIR)/libint/1.1.4-default-regtest/include
LIBINT_LIB = $(GCC_DIR)/libint/1.1.4-default-regtest/lib
LIBXC_INC = $(GCC_DIR)/libxc/4.2.3-regtest/include
LIBXC_LIB = $(GCC_DIR)/libxc/4.2.3-regtest/lib
DFLAGS = -D__F2008 -D__FFTW3 -D__LIBINT -D__LIBXC
CPPFLAGS =
WFLAGS = -Waliasing -Wampersand -Wc-binding-type -Wconversion\
-Wintrinsic-shadow -Wintrinsics-std -Wline-truncation\
-Wno-tabs -Wrealloc-lhs-all -Wtarget-lifetime -Wunderflow\
-Wunused-but-set-variable -Wunused-dummy-argument -Wunused-variable\
-Werror
FCFLAGS = $(DFLAGS) -O1 -fcheck=bounds,do,recursion,pointer -ffree-form\
-ffree-line-length-none -fimplicit-none -fno-omit-frame-pointer\
-g -mtune=generic -std=f2008\
-I$(FFTW_INC) -I$(LIBINT_INC) -I$(LIBXC_INC) $(WFLAGS)
LDFLAGS = $(FCFLAGS) -fsanitize=leak -static
LIBS = $(LIBPATH)/liblapack-gnu-regtest.a\
$(LIBPATH)/libblas-gnu-regtest.a\
$(FFTW_LIB)/libfftw3.a\
$(LIBXC_LIB)/libxcf03.a\
$(LIBXC_LIB)/libxc.a\
$(LIBINT_LIB)/libderiv.a\
$(LIBINT_LIB)/libint.a
66 changes: 33 additions & 33 deletions arch/Linux-x86-64-gfortran-regtest.ssmp
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
# Tested with: GFortran 7.3.0, FFTW 3.3, LAPACK 3.5.0, Libxc 4.2.3
# Author: Matthias Krack (matthias.krack@psi.ch, PSI, September 2018)
CC = gcc
CPP =
FC = gfortran
LD = gfortran
AR = ar -r
FFTW_INC = $(GCC_DIR)/fftw/3.3-regtest/include
FFTW_LIB = $(GCC_DIR)/fftw/3.3-regtest/lib
LIBINT_INC = $(GCC_DIR)/libint/1.1.4-default-regtest/include
LIBINT_LIB = $(GCC_DIR)/libint/1.1.4-default-regtest/lib
LIBXC_INC = $(GCC_DIR)/libxc/4.2.3-regtest/include
LIBXC_LIB = $(GCC_DIR)/libxc/4.2.3-regtest/lib
DFLAGS = -D__F2008 -D__FFTW3 -D__LIBINT -D__LIBXC
CPPFLAGS =
WFLAGS = -Waliasing -Wampersand -Wc-binding-type -Wconversion\
-Wintrinsic-shadow -Wintrinsics-std -Wline-truncation\
-Wno-tabs -Wrealloc-lhs-all -Wtarget-lifetime -Wunderflow\
-Wunused-but-set-variable -Wunused-dummy-argument -Wunused-variable\
-Werror
FCFLAGS = $(DFLAGS) -O1 -fcheck=bounds,do,recursion,pointer -ffree-form\
-ffree-line-length-none -fimplicit-none -fno-omit-frame-pointer\
-fopenmp -g -mtune=generic -std=f2008\
-I$(FFTW_INC) -I$(LIBINT_INC) -I$(LIBXC_INC) $(WFLAGS)
LDFLAGS = $(FCFLAGS) -fsanitize=leak -static
LIBS = $(LIBPATH)/liblapack-gnu-regtest.a\
$(LIBPATH)/libblas-gnu-regtest.a\
$(FFTW_LIB)/libfftw3.a\
$(FFTW_LIB)/libfftw3_threads.a\
$(LIBXC_LIB)/libxcf03.a\
$(LIBXC_LIB)/libxc.a\
$(LIBINT_LIB)/libderiv.a\
$(LIBINT_LIB)/libint.a
# Tested with: GFortran 7.3.0, FFTW 3.3, LAPACK 3.5.0, Libint 1.1.4, Libxc 4.2.3
# Author: Matthias Krack (matthias.krack@psi.ch, PSI, October 2018)
CC = gcc
CPP =
FC = gfortran
LD = gfortran
AR = ar -r
FFTW_INC = $(GCC_DIR)/fftw/3.3-regtest/include
FFTW_LIB = $(GCC_DIR)/fftw/3.3-regtest/lib
LIBINT_INC = $(GCC_DIR)/libint/1.1.4-default-regtest/include
LIBINT_LIB = $(GCC_DIR)/libint/1.1.4-default-regtest/lib
LIBXC_INC = $(GCC_DIR)/libxc/4.2.3-regtest/include
LIBXC_LIB = $(GCC_DIR)/libxc/4.2.3-regtest/lib
DFLAGS = -D__F2008 -D__FFTW3 -D__LIBINT -D__LIBXC
CPPFLAGS =
WFLAGS = -Waliasing -Wampersand -Wc-binding-type -Wconversion\
-Wintrinsic-shadow -Wintrinsics-std -Wline-truncation\
-Wno-tabs -Wrealloc-lhs-all -Wtarget-lifetime -Wunderflow\
-Wunused-but-set-variable -Wunused-dummy-argument -Wunused-variable\
-Werror
FCFLAGS = $(DFLAGS) -O1 -fcheck=bounds,do,recursion,pointer -ffree-form\
-ffree-line-length-none -fimplicit-none -fno-omit-frame-pointer\
-fopenmp -g -mtune=generic -std=f2008\
-I$(FFTW_INC) -I$(LIBINT_INC) -I$(LIBXC_INC) $(WFLAGS)
LDFLAGS = $(FCFLAGS) -fsanitize=leak -static
LIBS = $(LIBPATH)/liblapack-gnu-regtest.a\
$(LIBPATH)/libblas-gnu-regtest.a\
$(FFTW_LIB)/libfftw3.a\
$(FFTW_LIB)/libfftw3_threads.a\
$(LIBXC_LIB)/libxcf03.a\
$(LIBXC_LIB)/libxc.a\
$(LIBINT_LIB)/libderiv.a\
$(LIBINT_LIB)/libint.a

0 comments on commit f94adc3

Please sign in to comment.