You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On MacOSX it seems that -fopenmp is not accepted as an option by clang-9.0. On the forums I found that openmp support is not good, this may be an explanation.
However, I can't see why the compilation of pluto uses -fopemp, and how to disable this feature.
BTW, if someone is interested, I have compilation instructions for fedora, including some hacks needed to fully compile.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. There used to be a place (in framework.cpp) where we used OpenMP to parallelize/speed up some computation. That's now obsolete and this flag can be removed.
On MacOSX it seems that -fopenmp is not accepted as an option by clang-9.0. On the forums I found that openmp support is not good, this may be an explanation.
However, I can't see why the compilation of pluto uses -fopemp, and how to disable this feature.
BTW, if someone is interested, I have compilation instructions for fedora, including some hacks needed to fully compile.
The text was updated successfully, but these errors were encountered: