[OMPI users] behi is out of the office.

2007-07-08 Thread Berit Hinnemann
I will be out of the office starting 08-07-2007 and will not return until 23-07-2007. I will respond to your message when I return. -- This e-mail message (including attachments, if any) is confidential and may be

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

2007-07-08 Thread Neville Clark
Hi Tim, dah, why did I not think of that? So simple. Thanks again. > -Original Message- > From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On > Behalf Of Tim Prins > Sent: Monday, 9 July 2007 10:41 AM > To: n...@nevclark.com; Open MPI Users > Subject: Re: [OMPI users] C

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