forked from moebiusband/NuSiF-Solver
OMP version comparable runtime to mpi
This commit is contained in:
14
PoissonSolver/2D-omp/include_ICC.mk
Normal file
14
PoissonSolver/2D-omp/include_ICC.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
CC = icc
|
||||
GCC = gcc
|
||||
LINKER = $(CC)
|
||||
|
||||
ifeq ($(ENABLE_OPENMP),true)
|
||||
OPENMP = -qopenmp
|
||||
endif
|
||||
|
||||
VERSION = --version
|
||||
CFLAGS = -O3 -xHost -qopt-zmm-usage=high -std=c99 $(OPENMP)
|
||||
LFLAGS = $(OPENMP)
|
||||
DEFINES = -D_GNU_SOURCE
|
||||
INCLUDES =
|
||||
LIBS =
|
Reference in New Issue
Block a user