[mpich2-commits] r4200 - mpich2/branches/release/MPICH2_1_0_8/src/mpi/romio/adio/ad_pvfs2

balaji at mcs.anl.gov balaji at mcs.anl.gov
Thu Mar 26 14:44:20 CDT 2009


Author: balaji
Date: 2009-03-26 14:44:19 -0500 (Thu, 26 Mar 2009)
New Revision: 4200

Modified:
   mpich2/branches/release/MPICH2_1_0_8/src/mpi/romio/adio/ad_pvfs2/ad_pvfs2.h
Log:
Merging r4199 from the 1.0.x branch.


Modified: mpich2/branches/release/MPICH2_1_0_8/src/mpi/romio/adio/ad_pvfs2/ad_pvfs2.h
===================================================================
--- mpich2/branches/release/MPICH2_1_0_8/src/mpi/romio/adio/ad_pvfs2/ad_pvfs2.h	2009-03-26 19:33:54 UTC (rev 4199)
+++ mpich2/branches/release/MPICH2_1_0_8/src/mpi/romio/adio/ad_pvfs2/ad_pvfs2.h	2009-03-26 19:44:19 UTC (rev 4200)
@@ -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