I followed Jason Parham's post to enable openmp in my mac osx 10.9.4. I am stuck when I tried to make libomp_oss.
make complier=clang
clang: error: unknown argument: '-no-intel-extensions' [-Wunused-command-line-argument-hard-error-in-future]
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
make[1]: *** [unstripped/libiomp5.dylib] Error 1
( I commented out line 450 & 451 in libomp_oss/tools/check-tools.pl.)
What should I do to enable openmp?
Thanks, Rouse
EDIT: Changed compier=lang to compiler=clang