[mpich2-commits] r7787 - mpich2/trunk

goodell at mcs.anl.gov goodell at mcs.anl.gov
Thu Jan 20 16:09:06 CST 2011


Author: goodell
Date: 2011-01-20 16:09:06 -0600 (Thu, 20 Jan 2011)
New Revision: 7787

Modified:
   mpich2/trunk/CHANGES
Log:
update CHANGES to track the state of NBC implementation

Reviewed by balaji at .

Modified: mpich2/trunk/CHANGES
===================================================================
--- mpich2/trunk/CHANGES	2011-01-20 22:09:04 UTC (rev 7786)
+++ mpich2/trunk/CHANGES	2011-01-20 22:09:06 UTC (rev 7787)
@@ -2,10 +2,11 @@
                                Changes in 1.4
 ===============================================================================
 
- # MPI-3: the new MPI-3 nonblocking collectives functions are now available for
-   device-level experimentation as "MPIX_" functions (e.g. "MPIX_Ibcast").
-   Calls to these functions will fail at runtime unless the device provides an
-   override implementation.
+ # MPI-3: the new MPI-3 nonblocking collectives functions are now available as
+   "MPIX_" functions (e.g. "MPIX_Ibcast").  All functions are provided and are
+   available for device-level overrides, but only a subset of the functions have
+   device-independent implementations at this time.  The current list of working
+   functions is: MPIX_Ibcast.
 
 
 ===============================================================================



More information about the mpich2-commits mailing list