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
Might be nice to support this in addition to MPI. The advantage of OpenMP is that the runtime system can automatically load balance, because no data movement is required. However, it only works with a single shared-memory multi-core compute node, so you'd still need MPI to distribute large simulations.
Might be nice to support this in addition to MPI. The advantage of OpenMP is that the runtime system can automatically load balance, because no data movement is required. However, it only works with a single shared-memory multi-core compute node, so you'd still need MPI to distribute large simulations.
(See also #130.)
The text was updated successfully, but these errors were encountered: