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
Huan implemented an asynchronous progress engine for the DART-MPI runtime.
See: "Asynchronous progress design for a MPI-based PGAS one-sided communication system". Huan Zhou, Jose Gracia. 2016.
The implementation is in branch feat-mpi-progress and must be merged.
Instead of adding another #ifdef cascade, the progress-runtime should be implemented as alternative
runtime implementation.
The text was updated successfully, but these errors were encountered:
Huan implemented an asynchronous progress engine for the DART-MPI runtime.
See: "Asynchronous progress design for a MPI-based PGAS one-sided communication system". Huan Zhou, Jose Gracia. 2016.
The implementation is in branch
feat-mpi-progress
and must be merged.Instead of adding another
#ifdef
cascade, the progress-runtime should be implemented as alternativeruntime implementation.
The text was updated successfully, but these errors were encountered: