source: CPL/oasis3-mct/branches/OASIS3-MCT_5.0_branch/lib/mct/mpi-serial/error.c @ 6331

Last change on this file since 6331 was 6331, checked in by aclsce, 17 months ago

Moved oasis-mct_5.0 in oasis3-mct/branches directory.

File size: 230 bytes
Line 
1
2#include "mpiP.h"
3
4/*
5 * Error handling code
6 * Just a stub for now to support the MPI interface without actually
7 * doing anything
8 */
9
10 int MPI_Errhandler_set(MPI_Comm comm, MPI_Errhandler handle)
11 {
12   return(MPI_SUCCESS);
13 }
Note: See TracBrowser for help on using the repository browser.