00001 /* dummy mpio.h for inclusion in ampi.h when ROMIO is not built */ 00002 00003 #ifndef MPIO_H_DUMMY 00004 #define MPIO_H_DUMMY 00005 00006 // Provide this type for not implemented functions in case ROMIO is not built, 00007 // or when building AMPI itself. 00008 typedef void* MPI_File; 00009 00010 #endif