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
While mpich and openmpi do not care whether memory allocated with
MPI_Alloc_mem is freed using free() or MPI_Free_mem, the intel MPI lib
crashes when not being in sync there. Therefore use MPI_Free_mem for all
memory allocate using MPI_Alloc_mem.
0 commit comments