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 error message is
*** The MPI_Comm_rank() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
The problem is that MPI_INIT is never called. I will provide a fix for the test.
The text was updated successfully, but these errors were encountered:
entity_test fails with activated MPI
The error message is
*** The MPI_Comm_rank() function was called before MPI_INIT was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.
The problem is that MPI_INIT is never called. I will provide a fix for the test.
The text was updated successfully, but these errors were encountered: