/* STUB */
int MPI_File_get_errhandler(MPI_File fh, MPI_Errhandler *errhandler)
{
  _MPI_COVERAGE();
  return PMPI_File_get_errhandler(fh, errhandler); 
}
Beispiel #2
0
int MPI_File_get_errhandler(MPI_File file, MPI_Errhandler *eh)
{
  int rc = PMPI_File_get_errhandler(file, eh); 
  Errhandler2Callpath.allocate(*eh, chop); 
  return rc; 
}