Re: [OMPI users] calling a parallel solver from sequential code

2013-11-19 Thread Florian Bruckner
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

Re: [OMPI users] calling a parallel solver from sequential code

2013-11-18 Thread Damien
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