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

Modified Files:
        intercommunicator.hpp 
Log Message:
Documentation for intercommunicators

Index: intercommunicator.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/mpi/intercommunicator.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- intercommunicator.hpp       4 Jun 2007 14:49:13 -0000       1.1
+++ intercommunicator.hpp       4 Jun 2007 16:20:41 -0000       1.2
@@ -26,7 +26,27 @@
  * the description of the @c intercommunicator class.
  */ 
 class group;
-   
+
+/**
+ * @brief Communication facilities among processes in different
+ * groups.
+ *
+ * The @c intercommunicator class provides communication facilities
+ * among processes from different groups. An intercommunicator is
+ * always associated with two process groups: one "local" process
+ * group, containing the process that initiates an MPI operation
+ * (e.g., the sender in a @c send operation), and one "remote" process
+ * group, containing the process that is the target of the MPI
+ * operation.
+ *
+ * While intercommunicators have essentially the same point-to-point
+ * operations as intracommunicators (the latter communicate only
+ * within a single process group), all communication with
+ * intercommunicators occurs between the processes in the local group
+ * and the processes in the remote group; communication within a group
+ * must use a different (intra-)communicator.
+ * 
+ */   
 class intercommunicator : public communicator
 {
 private:


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