I see that Mathematica has limited support for things like OpenCL and CUDA, but what about other standards like OpenMP or OpenACC?
Tell me more
×
Mathematica Stack Exchange is a question and answer site for
users of Mathematica. It's 100% free, no registration required.
Parallel`package is distributed- rather than shared-memory multiprocessing. That being said, you can generate C code from compiled functions and insert the OpenMP directives yourself if you want, although this should be considered purely experimental. – Oleksandr R. Oct 23 '12 at 1:52