Y
Hacker News
new
|
ask
|
show
|
jobs
by
kergonath
1021 days ago
Yes, a lot of things can be parallelised with OpenMP or MPI, just like in C/C++. These extensions and libraries are not core language features, though.
1 comments
marshallward
1018 days ago
Very true, and it opens the door to new optimizations which are not possible when going through a library (at least in the case of MPI).
link