Makefile.defs.stokes.intel (277B)
1 # Uncomment the following line to use OpenMP 2.0 features 2 #OMPFLAG = -DOMPVER2 3 # Uncomment the following line to use OpenMP 3.0 features 4 OMPFLAG = -DDISABLE_BARRIER_TEST -DOMPVER2 -DOMPVER3 5 6 CC = icc 7 CFLAGS = -openmp -O1 -lm 8 LDFLAGS = -openmp -O1 -lm 9 CPP = /usr/bin/cpp 10 LIBS =