00001 /* -*- Mode: C; c-basic-offset:4 ; -*- */ 00002 00003 /* 00004 * (C) 2001 by Argonne National Laboratory. 00005 * See COPYRIGHT in top-level directory. 00006 */ 00007 00008 /* This file is here only to keep includes in one place inside the 00009 * dataloop subdirectory. This file will be different for each use 00010 * of the dataloop code, but others should be identical. 00011 */ 00012 #ifndef DATALOOP_H 00013 #define DATALOOP_H 00014 00015 /* This is specific to MPICH2 */ 00016 #include "romio_dataloop.h" 00017 00018 #endif 00019 00020 00021