PetscMPIDump
Dumps a listing of incomplete MPI operations, such as sends that have never been received, etc.
Synopsis
#include "petsc.h"
int PetscMPIDump(FILE *fd)
Collective on PETSC_COMM_WORLD
Input Parameter
fp -file pointer. If fp is NULL, stdout is assumed.
Options Database Key
-mpidump -Dumps MPI incompleteness during call to PetscFinalize()
See Also
PetscTrDump()
Level:developer
Location:src/sys/src/plog/mpitr.c
Index of all Profiling routines
Table of Contents for all manual pages
Index of all manual pages