On 11/18/2013 05:20 PM, Damien wrote:
Florian,
There's two ways. You can make your whole app MPI-based, but only
have the master process do any of the sequential work, while the
others spin until the parallel part. That's the easiest, but you then
have MPI everywhere in your app. The other
Florian,
There's two ways. You can make your whole app MPI-based, but only have
the master process do any of the sequential work, while the others spin
until the parallel part. That's the easiest, but you then have MPI
everywhere in your app. The other way is to have the MPI processes
exis