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

Modified Files:
        mpi.qbk 
Log Message:
Documentation for intercommunicators

Index: mpi.qbk
===================================================================
RCS file: /cvsroot/boost/boost/libs/mpi/doc/mpi.qbk,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- mpi.qbk     4 Jun 2007 14:49:13 -0000       1.10
+++ mpi.qbk     4 Jun 2007 16:20:41 -0000       1.11
@@ -1399,8 +1399,8 @@
   [[`MPI_SIMILAR`] [operators `==` and `!=`]]
   [[`MPI_UNEQUAL`] [operators `==` and `!=`]]
   [EMAIL PROTECTED]://www.mpi-forum.org/docs/mpi-11-html/node98.html#Node98
-  `MPI_Comm_group`]] [[classref
-  boost::mpi::group `group`] constructor]]
+  `MPI_Comm_group`]] [[memberref
+  boost::mpi::communicator::group `communicator::group`]]]
   [EMAIL PROTECTED]://www.mpi-forum.org/docs/mpi-11-html/node98.html#Node98
   `MPI_Group_union`]] [operator `|` for groups]]
   [EMAIL PROTECTED]://www.mpi-forum.org/docs/mpi-11-html/node98.html#Node98
@@ -1445,21 +1445,22 @@
   `MPI_Comm_free`]] [used automatically in Boost.MPI]]
 ]
 
-Boost.MPI currently provides no support for inter-communicators.
+Boost.MPI currently provides support for inter-communicators via the
+[classref boost::mpi::intercommunicator `intercommunicator`] class.
 
 [table Inter-communicator operations
   [[C Function] [Boost.MPI Equivalent]]
 
   [EMAIL PROTECTED]://www.mpi-forum.org/docs/mpi-11-html/node112.html#Node112
-  `MPI_Comm_test_inter`]] [use [memberref 
boost::mpi::communicator::as_intercommunicator 
communicator::as_intercommunicator]]]
+  `MPI_Comm_test_inter`]] [use [memberref 
boost::mpi::communicator::as_intercommunicator 
`communicator::as_intercommunicator`]]]
   [EMAIL PROTECTED]://www.mpi-forum.org/docs/mpi-11-html/node112.html#Node112
-  `MPI_Comm_remote_size`]] [[memberref 
boost::mpi::intercommunicator::remote_size] intercommunicator::remote_size]]
+  `MPI_Comm_remote_size`]] [[memberref 
boost::mpi::intercommunicator::remote_size] `intercommunicator::remote_size`]]
   [EMAIL PROTECTED]://www.mpi-forum.org/docs/mpi-11-html/node112.html#Node112
-  `MPI_Comm_remote_group`]] [[memberref 
boost::mpi::intercommunicator::remote_group intercommunicator::remote_group]]]
+  `MPI_Comm_remote_group`]] [[memberref 
boost::mpi::intercommunicator::remote_group `intercommunicator::remote_group`]]]
   [EMAIL PROTECTED]://www.mpi-forum.org/docs/mpi-11-html/node113.html#Node113
-  `MPI_Intercomm_create`]] [[classref boost::mpi::intercommunicator 
intercommunicator] constructor]]
+  `MPI_Intercomm_create`]] [[classref boost::mpi::intercommunicator 
`intercommunicator`] constructor]]
   [EMAIL PROTECTED]://www.mpi-forum.org/docs/mpi-11-html/node113.html#Node113
-  `MPI_Intercomm_merge`]] [[memberref boost::mpi::intercommunicator::merge 
intercommunicator::merge]]]
+  `MPI_Intercomm_merge`]] [[memberref boost::mpi::intercommunicator::merge 
`intercommunicator::merge`]]]
 ]
 
 Boost.MPI currently provides no support for attribute caching.


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