1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-16 00:00:06 +01:00
libhermit/usr/openmpbench/Makefile.defs.stokes.intel

10 lines
277 B
Text
Raw Normal View History

# Uncomment the following line to use OpenMP 2.0 features
#OMPFLAG = -DOMPVER2
# Uncomment the following line to use OpenMP 3.0 features
OMPFLAG = -DDISABLE_BARRIER_TEST -DOMPVER2 -DOMPVER3
CC = icc
CFLAGS = -openmp -O1 -lm
LDFLAGS = -openmp -O1 -lm
CPP = /usr/bin/cpp
LIBS =