[mpich2-commits] r4199 - mpich2/branches/release/mpich2-1.0/src/mpi/romio/adio/ad_pvfs2
balaji at mcs.anl.gov
balaji at mcs.anl.gov
Thu Mar 26 14:33:54 CDT 2009
Author: balaji
Date: 2009-03-26 14:33:54 -0500 (Thu, 26 Mar 2009)
New Revision: 4199
Modified:
mpich2/branches/release/mpich2-1.0/src/mpi/romio/adio/ad_pvfs2/ad_pvfs2.h
Log:
Fix to ROMIO to work on the latest PVFS version. Thanks Dries!
Modified: mpich2/branches/release/mpich2-1.0/src/mpi/romio/adio/ad_pvfs2/ad_pvfs2.h
===================================================================
--- mpich2/branches/release/mpich2-1.0/src/mpi/romio/adio/ad_pvfs2/ad_pvfs2.h 2009-03-26 15:16:25 UTC (rev 4198)
+++ mpich2/branches/release/mpich2-1.0/src/mpi/romio/adio/ad_pvfs2/ad_pvfs2.h 2009-03-26 19:33:54 UTC (rev 4199)
@@ -13,6 +13,10 @@
#include "pvfs2.h"
#endif
+#ifdef PVFS2_VERSION_MAJOR
+#include "pvfs2-compat.h"
+#endif
+
void ADIOI_PVFS2_Open(ADIO_File fd, int *error_code);
void ADIOI_PVFS2_Close(ADIO_File fd, int *error_code);
void ADIOI_PVFS2_ReadContig(ADIO_File fd, void *buf, int count,
More information about the mpich2-commits
mailing list