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

Modified Files:
        Jamfile.v2 mpi.qbk 
Log Message:
Add support for MPI groups

Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/libs/mpi/doc/Jamfile.v2,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Jamfile.v2  17 Apr 2007 04:44:58 -0000      1.2
+++ Jamfile.v2  31 May 2007 15:36:47 -0000      1.3
@@ -19,6 +19,7 @@
     ../../../boost/mpi/datatype_fwd.hpp
     ../../../boost/mpi/environment.hpp
     ../../../boost/mpi/exception.hpp
+    ../../../boost/mpi/group.hpp
     ../../../boost/mpi/nonblocking.hpp
     ../../../boost/mpi/operations.hpp
     ../../../boost/mpi/packed_iarchive.hpp

Index: mpi.qbk
===================================================================
RCS file: /cvsroot/boost/boost/libs/mpi/doc/mpi.qbk,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- mpi.qbk     31 May 2007 13:56:29 -0000      1.4
+++ mpi.qbk     31 May 2007 15:36:47 -0000      1.5
@@ -1,6 +1,6 @@
 [library Boost.MPI
     [authors [Gregor, Douglas], [Troyer, Matthias] ]
-    [copyright 2005 2006 Douglas Gregor, Matthias Troyer]
+    [copyright 2005 2006 2007 Douglas Gregor, Matthias Troyer, Trustees of 
Indiana University]
     [purpose
         An generic, user-friendly interface to MPI, the Message
         Passing Interface.
@@ -1373,36 +1373,38 @@
   [[`MPI_COMM_EMPTY`] [a [classref boost::mpi::communicator `communicator`] 
that evaluates false]]
 ]
 
-Boost.MPI currently has no support for groups of processes, as
-specified in MPI 1.1. 
+Boost.MPI supports groups of processes through its [classref
+boost::mpi::group `group`] class.
 
 [table Group operations and constants
   [[C Function/Constant] [Boost.MPI Equivalent]]
 
-  [[`MPI_GROUP_EMPTY`] [unsupported]]
+  [[`MPI_GROUP_EMPTY`] [a default-constructed [classref
+  boost::mpi::group `group`]]]
   [EMAIL PROTECTED]://www.mpi-forum.org/docs/mpi-11-html/node97.html#Node97
-  `MPI_Group_size`]] [unsupported]]
+  `MPI_Group_size`]] [[memberref boost::mpi::group::size `group::size`]]]
   [EMAIL PROTECTED]://www.mpi-forum.org/docs/mpi-11-html/node97.html#Node97
-  `MPI_Group_rank`]] [unsupported]]
+  `MPI_Group_rank`]] [memberref boost::mpi::group::rank `group::rank`]]
   [EMAIL PROTECTED]://www.mpi-forum.org/docs/mpi-11-html/node97.html#Node97
-  `MPI_Group_translate_ranks`]] [unsupported]]
+  `MPI_Group_translate_ranks`]] [memberref boost::mpi::group::translate_ranks 
`group::translate_ranks`]]
   [EMAIL PROTECTED]://www.mpi-forum.org/docs/mpi-11-html/node97.html#Node97
-  `MPI_Group_compare`]] [unsupported]]
-  [[`MPI_IDENT`] [unsupported]]
-  [[`MPI_SIMILAR`] [unsupported]]
-  [[`MPI_UNEQUAL`] [unsupported]]
+  `MPI_Group_compare`]] [operators `==` and `!=`]]
+  [[`MPI_IDENT`] [operators `==` and `!=`]]
+  [[`MPI_SIMILAR`] [operators `==` and `!=`]]
+  [[`MPI_UNEQUAL`] [operators `==` and `!=`]]
   [EMAIL PROTECTED]://www.mpi-forum.org/docs/mpi-11-html/node98.html#Node98
-  `MPI_Comm_group`]] [unsupported]]
+  `MPI_Comm_group`]] [[classref
+  boost::mpi::group `group`] constructor]]
   [EMAIL PROTECTED]://www.mpi-forum.org/docs/mpi-11-html/node98.html#Node98
-  `MPI_Group_union`]] [unsupported]]
+  `MPI_Group_union`]] [operator `|` for groups]]
   [EMAIL PROTECTED]://www.mpi-forum.org/docs/mpi-11-html/node98.html#Node98
-  `MPI_Group_intersection`]] [unsupported]]
+  `MPI_Group_intersection`]] [operator `&` for groups]]
   [EMAIL PROTECTED]://www.mpi-forum.org/docs/mpi-11-html/node98.html#Node98
-  `MPI_Group_difference`]] [unsupported]]
+  `MPI_Group_difference`]] [operator `-` for groups]]
   [EMAIL PROTECTED]://www.mpi-forum.org/docs/mpi-11-html/node98.html#Node98
-  `MPI_Group_incl`]] [unsupported]]
+  `MPI_Group_incl`]] [[memberref boost::mpi::group::include `group::include`]]]
   [EMAIL PROTECTED]://www.mpi-forum.org/docs/mpi-11-html/node98.html#Node98
-  `MPI_Group_excl`]] [unsupported]]
+  `MPI_Group_excl`]] [[memberref boost::mpi::group::include `group::exclude`]]]
   [EMAIL PROTECTED]://www.mpi-forum.org/docs/mpi-11-html/node98.html#Node98
   `MPI_Group_range_incl`]] [unsupported]]
   [EMAIL PROTECTED]://www.mpi-forum.org/docs/mpi-11-html/node98.html#Node98


-------------------------------------------------------------------------
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