easyconfigs-it4i/l/LAMMPS/LAMMPS-Makefile.intel_coprocessor.patch
Lukáš Krupčík 1e54515e4b new file: g/GROMACS/GROMACS-5.1.4-foss-2016a-hybrid-single-PLUMED-v2.eb
new file:   l/LAMMPS/LAMMPS-17Jan2018-intel-2017a-MIC.eb
	new file:   l/LAMMPS/LAMMPS-Makefile.intel_coprocessor.patch
2018-02-01 11:20:47 +01:00

22 lines
662 B
Diff
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--- src/MAKE/OPTIONS/Makefile.intel_coprocessor.orig 2018-01-17 21:00:48.000000000 +0100
+++ src/MAKE/OPTIONS/Makefile.intel_coprocessor 2018-01-26 13:16:05.178751386 +0100
@@ -15,7 +15,7 @@
DEPFLAGS = -M
LINK = mpiicpc
-LINKFLAGS = -g -O3 -xHost -qopenmp -qoffload
+LINKFLAGS = -g -O3 xMIC-AVX512 -qopenmp -qoffload
LIB = -ltbbmalloc
SIZE = size
@@ -23,6 +23,9 @@
ARFLAGS = -rc
SHLIBFLAGS = -shared
+KOKKOS_DEVICES = OpenMP
+KOKKOS_ARCH = KNC
+KOKKOS_USE_TPLS=librt
# ---------------------------------------------------------------------
# LAMMPS-specific settings, all OPTIONAL
# specify settings for LAMMPS features you will use