mpich icon indicating copy to clipboard operation
mpich copied to clipboard

session: remaining items for MPI sessions

Open hzhou opened this issue 4 years ago • 0 comments

MPI Sessions has been implemented and we expect all correct programs should work as expected. However, there are a few remaining items to fully meet the semantics.

  • Update ref_count in the session structure to account for all communicators created within a session and error check at MPI_Session_finalize
  • MPI_Abort only aborts locally in session
  • Make MPI_THREAD_SINGLE work with session.
  • Fully finalizing and reset global states to a clean slate that can be re-initialized.

hzhou avatar Jul 10 '21 01:07 hzhou