mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

deleted: a/Anaconda2/Anaconda2-4.4.0.eb deleted: a/Anaconda3/Anaconda3-2019.10.eb deleted: a/Anaconda3/Anaconda3-4.4.0.eb deleted: a/Anaconda3/Anaconda3-5.3.1.eb deleted: a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb deleted: a/Autotools/Autotools-20170619.eb deleted: a/Autotools/Autotools-20180311.eb
28 lines
667 B
Diff
28 lines
667 B
Diff
--- src/MAKE/OPTIONS/Makefile.omp.orig 2018-01-17 21:00:48.000000000 +0100
|
|
+++ src/MAKE/OPTIONS/Makefile.omp 2018-06-29 14:41:20.949031313 +0200
|
|
@@ -6,19 +6,22 @@
|
|
# compiler/linker settings
|
|
# specify flags and libraries needed for your compiler
|
|
|
|
+export OMPI_CXX = g++
|
|
+
|
|
CC = mpicxx
|
|
-CCFLAGS = -g -O3 -restrict -fopenmp
|
|
+CCFLAGS = -g -O3 -fopenmp
|
|
SHFLAGS = -fPIC
|
|
DEPFLAGS = -M
|
|
|
|
LINK = mpicxx
|
|
LINKFLAGS = -g -O -fopenmp
|
|
-LIB =
|
|
+LIB = -lgfortran
|
|
SIZE = size
|
|
|
|
ARCHIVE = ar
|
|
ARFLAGS = -rc
|
|
SHLIBFLAGS = -shared
|
|
+KOKKOS_DEVICES = OpenMP
|
|
|
|
# ---------------------------------------------------------------------
|
|
# LAMMPS-specific settings, all OPTIONAL
|