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 MPI standard has a function MPI_Comm_set_errhandler that we (since Julia has overloading) would usually call MPI.set_errhandler!. However, we deviate from "the usual" rules for translating MPI function names, and call it MPI.set_errorhandler! instead.
I think we should use the same name as in the MPI standard.