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
In MAPL2, we use a derived type "ArrDescr" to hold additional information needed for reading or writing restarts. This type contains 6 MPI communicators, most of which are set by calling MPI_Comm_Split. These communicators are not freed at the end of the IO operation, and as a consequence, a very long run with frequent writing checkpoints would fail (most likely due to exhausting some internal MPI limit)
The text was updated successfully, but these errors were encountered:
In MAPL2, we use a derived type "ArrDescr" to hold additional information needed for reading or writing restarts. This type contains 6 MPI communicators, most of which are set by calling MPI_Comm_Split. These communicators are not freed at the end of the IO operation, and as a consequence, a very long run with frequent writing checkpoints would fail (most likely due to exhausting some internal MPI limit)
The text was updated successfully, but these errors were encountered: