oosode / enebea

NBA simulation
0 stars 0 forks source link

OMP usage #1

Open oosode opened 9 years ago

oosode commented 9 years ago

The openMP version of the code no longer works with omp threads. The issue comes from compiling with the -fopenmp flag using the clang compilers.

oosode commented 9 years ago

This doesn't seem to be an issue I can solve myself. It looks like clang simply doesn't fully support openmp.

http://stackoverflow.com/questions/26159225/openmp-support-in-xcode-6-clang-3-5