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
The current solution is problematic because we're using c-locks to lock out Julia threads. The better solution is to manage locks for Julia threads from Julia. This will make things easier for things like: Cooperative_waitall / cooperative_waitany
Open questions:
Look at the MPI standard: Should lock be on communicator level? Or for MPI in its entirety?
Following our discussion in the HPC call, there is a need for Julia to manage locks when calling into MPI. The thinking so far is:
Cooperative_waitall
/cooperative_waitany
Open questions:
Tagging: @vchuravy @eschnett @simonbyrne
The text was updated successfully, but these errors were encountered: