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
When running fit.py with MPI the program will crash when attempting to exit. mpi4py automatically calls MPI_Init and MPI_Finalize on import and when the script exits, respectively.
This does not appear to affect any intermediate nor final results and appears to be isolated to exiting.
The text was updated successfully, but these errors were encountered:
When running fit.py with MPI the program will crash when attempting to exit. mpi4py automatically calls MPI_Init and MPI_Finalize on import and when the script exits, respectively.
This does not appear to affect any intermediate nor final results and appears to be isolated to exiting.
The text was updated successfully, but these errors were encountered: