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

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

Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/libs/mpi/doc/Jamfile.v2,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Jamfile.v2  1 Jun 2007 16:56:43 -0000       1.4
+++ Jamfile.v2  4 Jun 2007 14:49:13 -0000       1.5
@@ -21,6 +21,7 @@
     ../../../boost/mpi/exception.hpp
     ../../../boost/mpi/graph_topology.hpp
     ../../../boost/mpi/group.hpp
+    ../../../boost/mpi/intercommunicator.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.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- mpi.qbk     1 Jun 2007 18:22:00 -0000       1.9
+++ mpi.qbk     4 Jun 2007 14:49:13 -0000       1.10
@@ -1451,15 +1451,15 @@
   [[C Function] [Boost.MPI Equivalent]]
 
   [EMAIL PROTECTED]://www.mpi-forum.org/docs/mpi-11-html/node112.html#Node112
-  `MPI_Comm_test_inter`]] [unsupported]]
+  `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`]] [unsupported]]
+  `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`]] [unsupported]]
+  `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`]] [unsupported]]
+  `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`]] [unsupported]]
+  `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