mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-17 12:10:50 +01:00

new file: l/LAMMPS/LAMMPS-17Jan2018-intel-2017a-MIC.eb new file: l/LAMMPS/LAMMPS-Makefile.intel_coprocessor.patch
22 lines
662 B
Diff
22 lines
662 B
Diff
--- 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
|