0

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

Community
  • 1
  • 1
Rouse
  • 191
  • 1
  • 2
  • 5
  • `make complier=lang`? Not `clang`? – trojanfoe Aug 21 '14 at 10:41
  • Should be `compiler=clang` as in the script provided in the linked answer. Also, note that you are not "enabling OpenMP" but rather building an entirely different compiler that supports OpenMP. – Hristo Iliev Aug 21 '14 at 11:02
  • Apologies. It is compiler=clang. @Hristo - Thanks for the clarification. I am new to this and learning the terminologies. – Rouse Aug 21 '14 at 11:13

0 Answers0