next up previous contents
Next: Client part Up: Library interface Previous: Library interface   Contents

Common part

Figure: Common library abstract interface
\begin{figure}\begin{verbatim}virtual void setSourceTopology(PaCO::PacoTopolo...
... 0;
virtual void setCommunicator(void * group) = 0;\end{verbatim}
\end{figure}

Before the first invocation, PaCO++ configures all the distributed libraries. It gives the PaCO++ topology view of the client and the server (To see what is a PaCO::PacoTopology_t, look at PaCO++.idl file in the Src directory). Then it gives the communicator associated with the paco_com library that the user code uses.



2013-04-10