Skip to content
Snippets Groups Projects
Commit 0aca7478 authored by Franjo's avatar Franjo
Browse files

Merge branch 'enhancement-optionsFileOpenMP' into development

parents 62ac6e2c fcf97262
No related branches found
No related tags found
No related merge requests found
#if defined(__GNUC__)
ifeq (Gcc,$(findstring Gcc,$(WM_COMPILER))) ifeq (Gcc,$(findstring Gcc,$(WM_COMPILER)))
OMP_FLAGS = -DUSE_OMP -fopenmp OMP_FLAGS = -DUSE_OMP -fopenmp
else else
OMP_FLAGS = OMP_FLAGS =
endif endif
#else
OMP_FLAGS =
#endif
EXE_INC = \ EXE_INC = \
$(OMP_FLAGS) \ $(OMP_FLAGS) \
-I$(LIB_SRC)/triSurface/lnInclude \ -I$(LIB_SRC)/triSurface/lnInclude \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment