| 8c509928 | 18-Jan-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
Fix possible infinite recursion of PETSc errors
PetscInfo may be called during MPI_Finalize, when no communicator is available is not MPI_COMM_WORLD PetscCallMPI(MPI_Comm_XXX()) calls may fail thus
Fix possible infinite recursion of PETSc errors
PetscInfo may be called during MPI_Finalize, when no communicator is available is not MPI_COMM_WORLD PetscCallMPI(MPI_Comm_XXX()) calls may fail thus triggering recursive errors
show more ...
|