[Pvfs2-cvs] commit by kunkel in pvfs2/other-patches:
MPE-mpich2-1.0.4p1.patch ADIO.patch
CVS commit program
cvs at parl.clemson.edu
Sat Dec 2 06:12:45 EST 2006
Update of /projects/cvsroot/pvfs2/other-patches
In directory parlweb1:/tmp/cvs-serv17506/other-patches
Modified Files:
Tag: kunkel-hint-branch
MPE-mpich2-1.0.4p1.patch ADIO.patch
Log Message:
Upgrade to current CVS version
Index: MPE-mpich2-1.0.4p1.patch
===================================================================
RCS file: /projects/cvsroot/pvfs2/other-patches/Attic/MPE-mpich2-1.0.4p1.patch,v
diff -p -u -r1.1.2.3 -r1.1.2.4
--- MPE-mpich2-1.0.4p1.patch 29 Sep 2006 18:12:30 -0000 1.1.2.3
+++ MPE-mpich2-1.0.4p1.patch 2 Dec 2006 11:12:45 -0000 1.1.2.4
@@ -117,7 +117,7 @@ diff -ur mpich2-1.0.4p1/src/mpe2/src/wra
#define MPE_FILE_OPEN_ID 128
#define MPE_FILE_CLOSE_ID 129
#define MPE_FILE_DELETE_ID 130
-@@ -66,6 +65,125 @@
+@@ -66,6 +65,126 @@
#define MPIO_Request MPI_Request
#endif
@@ -176,7 +176,8 @@ diff -ur mpich2-1.0.4p1/src/mpe2/src/wra
+
+ if( comm != 0 )
+ {
-+ PMPI_Comm_rank(comm, &rank);
++ PMPI_Comm_rank(MPI_COMM_WORLD, &rank);
++ //PMPI_Comm_rank(comm, &rank);
+ snprintf(value, PVFS2_MAX_HINT, "host:%s,comm:%d,rank:%d,id:%d,op:%s",
+ hostname, comm, rank, pvfs2_increment_id++,io_type);
+ }
Index: ADIO.patch
===================================================================
RCS file: /projects/cvsroot/pvfs2/other-patches/Attic/ADIO.patch,v
diff -p -u -r1.1.2.1 -r1.1.2.2
--- ADIO.patch 8 Nov 2006 19:28:00 -0000 1.1.2.1
+++ ADIO.patch 2 Dec 2006 11:12:45 -0000 1.1.2.2
@@ -301,4 +301,3 @@ diff -r 817f2e52d1c7 include/adioi.h
/* deferred open:
* we can only do this optimization if 'fd->hints->deferred_open' is set
-
\ No newline at end of file
More information about the Pvfs2-cvs
mailing list