[C-MPI-commits] SF.net SVN: c-mpi:[141] docs/manual/manual.xml
Status: Pre-Alpha
Brought to you by:
jmwozniak
|
From: <jmw...@us...> - 2010-05-21 15:30:20
|
Revision: 141
http://c-mpi.svn.sourceforge.net/c-mpi/?rev=141&view=rev
Author: jmwozniak
Date: 2010-05-21 15:30:12 +0000 (Fri, 21 May 2010)
Log Message:
-----------
More notes
Modified Paths:
--------------
docs/manual/manual.xml
Modified: docs/manual/manual.xml
===================================================================
--- docs/manual/manual.xml 2010-05-21 15:24:39 UTC (rev 140)
+++ docs/manual/manual.xml 2010-05-21 15:30:12 UTC (rev 141)
@@ -320,6 +320,20 @@
</para>
</section>
+ <section id="mpirpc_example">
+ <title>Example
+ </title>
+ <para>
+ Server function:
+ <programlisting>
+ ./setup.sh
+ ./configure --config-cache --enable-table-dense-1 --enable-tests --with-mpi=${HOME}/sfw/mpich2-1.2.1p1
+ make D=1 test_results
+ </programlisting>
+ Then, just take a look at the test code and output to see
+ how things work.
+ </para>
+ </section>
<section>
<title>Usage notes
@@ -327,11 +341,13 @@
<para>
<itemizedlist>
<listitem><para>
- <emphasis>Handler:</emphasis>
+ <emphasis>Handler routines:</emphasis>
The handler must free incoming args if non-NULL.
The handler must return by calling
<literal>MPIRPC_Return()</literal> or
<literal>MPIRPC_Null()</literal>.
+ Handlers can call into <literal>MPIRPC_Call()</literal>
+ but the flow eventually return to the original caller.
</para></listitem>
</itemizedlist>
</para>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|