[mpich2-commits] r9509 - mpich2/trunk/src/include
goodell at mcs.anl.gov
goodell at mcs.anl.gov
Mon Feb 20 23:42:42 CST 2012
Author: goodell
Date: 2012-02-20 23:42:41 -0600 (Mon, 20 Feb 2012)
New Revision: 9509
Modified:
mpich2/trunk/src/include/mpihandlemem.h
Log:
fix comment about MPID_File as an "object kind"
Modified: mpich2/trunk/src/include/mpihandlemem.h
===================================================================
--- mpich2/trunk/src/include/mpihandlemem.h 2012-02-21 05:42:29 UTC (rev 9508)
+++ mpich2/trunk/src/include/mpihandlemem.h 2012-02-21 05:42:41 UTC (rev 9509)
@@ -59,7 +59,7 @@
MPID_COMM = 0x1,
MPID_GROUP = 0x2,
MPID_DATATYPE = 0x3,
- MPID_FILE = 0x4, /* This is not used */
+ MPID_FILE = 0x4, /* only used obliquely inside MPID_Errhandler objs */
MPID_ERRHANDLER = 0x5,
MPID_OP = 0x6,
MPID_INFO = 0x7,
More information about the mpich2-commits
mailing list