source: CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/oasis3-mct/lib/mct/mpi-serial/error.c

Last change on this file was 5725, checked in by aclsce, 3 years ago

Added new oasis3-MCT version to be used to handle ensembles simulations with XIOS.

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.