Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

>> Is language support why people like OpenMP?

I use it sometimes with C++ because it is super easy to make "embarrassingly parallel" code actually run in parallel. And by using nothing but #pragma statements it will still compile single threaded if you don't have OMP as the pragmas will be ignored.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: