Next: Parallel method context
Up: Configuring the PaCO++ layer
Previous: Configuring the PaCO++ layer
Contents
To configure the global context, you three things to do :
- You have to configure the communication, the distribution, the thread and the
scheduling library that you want to use in your application. To do
this, you register one or many libraries of each types into the
fabric manager. The figure
shows an
example.
- The second step is to give the topology of the parallel
object. The PaCO++ layer only needs the object nodes number.The
figure
shows an example.
- Finally, you indicates that you are a parallel client with the
setTypeClient method. The figure
shows
an example.
Figure:
Communication, distribution, thread and scheduling libraries registration
 |
Figure:
Topology initialisation
 |
Figure:
You are a parallel client
 |
Next: Parallel method context
Up: Configuring the PaCO++ layer
Previous: Configuring the PaCO++ layer
Contents
2013-04-10