00001 /* _________________________________________________________________________ 00002 * 00003 * UTILIB: A utility library for developing portable C++ codes. 00004 * Copyright (c) 2001, Sandia National Laboratories. 00005 * This software is distributed under the GNU Lesser General Public License. 00006 * For more information, see the README file in the top UTILIB directory. 00007 * _________________________________________________________________________ 00008 */ 00009 00028 #ifndef USING_MPI 00029 #ifndef __stdlibmpi_h 00030 #define __stdlibmpi_h 00031 00032 typedef void* MPI_Request; 00033 typedef void* MPI_Status; 00034 00035 #endif 00036 #else 00037 #include "mpi.h" 00038 #endif