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
I think this is unrelated to the above, but when I tried using my self-built Extrae I got this error on exiting the program (otherwise normally)
Attempting to use an MPI routine after finalizing MPICH
As far as I can tell, this is indeed emitted after I've called MPI_FINALIZE. In fact I don't think there are any subroutine or function calls at all after MPI_FINALIZE.
I'm actually using ParastationMPI but this is a fork of MPICH. Have you any ideas what is happening here?
Hi Germán, sorry for the silence on the other issue. I've been pulled away into other things and won't have time to look at this again for several months probably. If the issue stays open too long, feel free to close.
I think this is unrelated to the above, but when I tried using my self-built Extrae I got this error on exiting the program (otherwise normally)
As far as I can tell, this is indeed emitted after I've called
MPI_FINALIZE
. In fact I don't think there are any subroutine or function calls at all afterMPI_FINALIZE
.I'm actually using ParastationMPI but this is a fork of MPICH. Have you any ideas what is happening here?
Originally posted by @samhatfield in #76 (comment)
The text was updated successfully, but these errors were encountered: