Re: [OMPI users] Fwd: Problems installing in Cygwin

2008-11-12 Thread Neville Clark
l define min and max. Hopefully this is helpful. BUT I would still like help on how to build in native windows. Thanks Nev -Original Message- From: Neville Clark Reply-To: Open MPI Users To: Open MPI Users Subject: Re: [OMPI users] Fwd: Problems installing in Cygwin List-Post: users@lis

Re: [OMPI users] Fwd: Problems installing in Cygwin

2008-11-12 Thread Neville Clark
George (or anyone else that can help), I have been trying to build OpenMPI for windows (XP). But so far have not been successful. I am trying to build version 1.3b2, because of these emails, I have setup two virtual machine to do the windows builds, one with cygwin installed and one with Microsoft

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

[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