Re: [OMPI users] Can I run MPI and non MPI programs together

2007-07-08 Thread Neville Clark
t: Re: [OMPI users] Can I run MPI and non MPI programs together > > On Sunday 08 July 2007 08:22:04 pm Neville Clark wrote: > > I have openmpi installed and running, but have a need to run non mpi > > programs (3rd party software for which I don't have the source) together &g

Re: [OMPI users] Can I run MPI and non MPI programs together

2007-07-08 Thread Tim Prins
On Sunday 08 July 2007 08:22:04 pm Neville Clark wrote: > I have openmpi installed and running, but have a need to run non mpi > programs (3rd party software for which I don't have the source) together > with mpi programs. > > Have managed to simplify the problem down to the following > > JobA > in

[OMPI users] Can I run MPI and non MPI programs together

2007-07-08 Thread Neville Clark
I have openmpi installed and running, but have a need to run non mpi programs (3rd party software for which I don't have the source) together with mpi programs. Have managed to simplify the problem down to the following JobA int main(.) { printf("Starting JobA\n"); MPI::Init(); printf