Update of /cvsroot/boost/boost/libs/mpi/doc
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv2795/libs/mpi/doc

Modified Files:
        Jamfile.v2 mpi.qbk 
Log Message:
Support graph topologies and fix a small bug in the gather collective

Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/libs/mpi/doc/Jamfile.v2,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Jamfile.v2  31 May 2007 15:36:47 -0000      1.3
+++ Jamfile.v2  1 Jun 2007 16:56:43 -0000       1.4
@@ -19,6 +19,7 @@
     ../../../boost/mpi/datatype_fwd.hpp
     ../../../boost/mpi/environment.hpp
     ../../../boost/mpi/exception.hpp
+    ../../../boost/mpi/graph_topology.hpp
     ../../../boost/mpi/group.hpp
     ../../../boost/mpi/nonblocking.hpp
     ../../../boost/mpi/operations.hpp

Index: mpi.qbk
===================================================================
RCS file: /cvsroot/boost/boost/libs/mpi/doc/mpi.qbk,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- mpi.qbk     31 May 2007 16:41:50 -0000      1.7
+++ mpi.qbk     1 Jun 2007 16:56:43 -0000       1.8
@@ -63,13 +63,14 @@
 use of modern C++ library techniques to maintain maximal
 efficiency.
 
-At present, Boost.MPI supports only a limited subset of the
-functionality in MPI 1.1. However, the thin abstractions in
-Boost.MPI allow one to easily combine it with calls to the
-underlying C MPI library. Boost.MPI currently supports:
+At present, Boost.MPI supports the majority of functionality in MPI
+1.1. The thin abstractions in Boost.MPI allow one to easily combine it
+with calls to the underlying C MPI library. Boost.MPI currently
+supports:
 
 * Communicators: Boost.MPI supports the creation,
-  destruction, cloning, and splitting of MPI communicators.
+  destruction, cloning, and splitting of MPI communicators, along with
+  manipulation of process groups. 
 * Point-to-point communication: Boost.MPI supports
   point-to-point communication of primitive and user-defined data
   types with send and receive operations, with blocking and
@@ -1415,7 +1416,7 @@
   [EMAIL PROTECTED]://www.mpi-forum.org/docs/mpi-11-html/node98.html#Node98
   `MPI_Group_range_excl`]] [unsupported]]
   [EMAIL PROTECTED]://www.mpi-forum.org/docs/mpi-11-html/node99.html#Node99
-  `MPI_Group_free`]] [unsupported]]
+  `MPI_Group_free`]] [used automatically in Boost.MPI]]
 ]
 
 Boost.MPI provides manipulation of communicators through the [classref


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to