Skip to content

Commit

Permalink
Update the Intel regression tester
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Aug 18, 2020
1 parent 28ccace commit 9a68f79
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions arch/Linux-x86-64-intel-regtest.psmp
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
# Tested with: Intel(R) Fortran Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 19.1.1.217 Build 20200306
# Intel MPI, MKL, Libint 2.6.0, Libxc 4.3.4, libxsmm 1.15, ELPA 2019.05.001, PLUMED 2.5.2, SPGLIB 1.12.2
# Tested with: Intel(R) Fortran Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 18.0.5.274 Build 20180823
# Intel MPI, MKL, Libint 2.6.0, Libxc 4.3.4, libxsmm 1.16.1, ELPA 2020.05.001, PLUMED 2.6.1, SPGLIB 1.16.0
# Author: Matthias Krack (matthias.krack@psi.ch, PSI, August 2020)

CC = mpiicc
FC = mpiifort
LD = mpiifort
AR = ar -r

include $(MPI_PATH)/plumed/2.5.2/lib/plumed/src/lib/Plumed.inc.static
include $(MPI_PATH)/plumed2/2.6.1/lib/plumed/src/lib/Plumed.inc.static

ELPA_VER = 2019.05.001
ELPA_INC = $(MPI_PATH)/elpa/$(ELPA_VER)-openmp/include/elpa_openmp-$(ELPA_VER)
ELPA_LIB = $(MPI_PATH)/elpa/$(ELPA_VER)-openmp/lib
ELPA_VER = 2020.05.001
ELPA_INC = $(MPI_PATH)/elpa/$(ELPA_VER)/include/elpa_openmp-$(ELPA_VER)
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

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

LIBXSMM_INC = $(INTEL_PATH)/libxsmm/1.15/include
LIBXSMM_LIB = $(INTEL_PATH)/libxsmm/1.15/lib
LIBXSMM_INC = $(INTEL_PATH)/libxsmm/1.16.1/include
LIBXSMM_LIB = $(INTEL_PATH)/libxsmm/1.16.1/lib

SPGLIB_INC = $(INTEL_PATH)/spglib/1.12.2/include
SPGLIB_LIB = $(INTEL_PATH)/spglib/1.12.2/lib
SPGLIB_INC = $(INTEL_PATH)/spglib/1.16.0/include
SPGLIB_LIB = $(INTEL_PATH)/spglib/1.16.0/lib

CFLAGS = -O2 -g -qopenmp -traceback -xHost

Expand All @@ -45,7 +45,7 @@ FCFLAGS = $(CFLAGS) $(DFLAGS)
FCFLAGS += -diag-disable=8291
FCFLAGS += -diag-disable=8293
FCFLAGS += -fpp
#FCFLAGS += -fp-model precise
FCFLAGS += -fp-model precise
FCFLAGS += -free
FCFLAGS += -funroll-loops
FCFLAGS += -I$(MKLROOT)/include -I$(MKLROOT)/include/fftw
Expand Down
6 changes: 3 additions & 3 deletions tools/dashboard/dashboard.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ info_url: http://www.cp2k.org/dev:codingconventions

[psi-gnu-psmp]
sortkey: 100
name: Linux-x86-64-gfortran.psmp
name: Linux-x86-64-gfortran-regtest.psmp
host: PSI, Merlin
report_url: http://www.cp2k.org/static/regtest/trunk/Linux-x86-64-gfortran-regtest/psmp/regtest-0
info_url: http://www.cp2k.org/static/regtest/trunk/Linux-x86-64-gfortran-regtest/psmp/index.html

[psi-intel-psmp]
sortkey: 140
name: Linux-x86-64-intel.popt (v19.1.1.217)
name: Linux-x86-64-intel-regtest.psmp
host: PSI, Merlin
report_url: http://www.cp2k.org/static/regtest/trunk/Linux-x86-64-intel-regtest/psmp/regtest-0
info_url: http://www.cp2k.org/static/regtest/trunk/Linux-x86-64-intel-regtest/psmp/index.html

[arm-gnu-psmp]
sortkey: 180
name: Linux-armv7l-gnu.psmp
name: Linux-armv7l-gnu-regtest.psmp
host: Raspberry Pi 4
report_url: http://www.cp2k.org/static/regtest/trunk/Linux-armv7l-gnu-regtest/psmp/regtest-0
info_url: http://www.cp2k.org/static/regtest/trunk/Linux-armv7l-gnu-regtest/psmp/index.html
Expand Down

0 comments on commit 9a68f79

Please sign in to comment.