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
Could print rank in the previous job before checkpointing
So to counter this problem either the replication map should be retained [all update bit set to 1] or values from MPI_Comm_rank should be consumed ASAP or recalled whenever required.
The text was updated successfully, but these errors were encountered:
Rank (or any other variable in user in user space [stack]) will retain its value across checkpointing.
Ex:
So to counter this problem either the replication map should be retained [all update bit set to 1] or values from
MPI_Comm_rank
should be consumed ASAP or recalled whenever required.The text was updated successfully, but these errors were encountered: