History log of /petsc/src/sys/tests/output/ex57_1.out (Results 1 – 2 of 2)
Revision Date Author Comments
# 51bfd985 12-Jan-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-12-21/fix-mpi-comm-dup-packages' into 'main'

Stash communicators previously used for external packages so that they may be reused.

See merge request petsc/petsc!4669


# 57f21012 12-Jan-2022 Barry Smith <bsmith@mcs.anl.gov>

Stash communicators previously used for external packages so that they may be reused.

Previously we used MPI_Comm_dup() and free() but for some MPI implementations including MPI Spectrum the MPI_Com

Stash communicators previously used for external packages so that they may be reused.

Previously we used MPI_Comm_dup() and free() but for some MPI implementations including MPI Spectrum the MPI_Comm_free() does not actually return the communicator so eventually they run out.

Commit-type: portability-fix
\spend 3h
Reported-by: Elias Karabelas <elias.karabelas@uni-graz.at>

show more ...