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