Re: [OMPI users] failure to launch MPMD program on win32 w 1.4.3

2010-12-01 Thread Shiqing Fan
Hi Hicham, I've had this issue with -np 3 : -np 3 but not with -np 2: -np 2 or -np 1: -np 4 or other combinations. I've also rebuilt from vs2008 with the libs advapi32.lib Ws2_32.lib shlwapi.lib as visible in the text file: share\openmpi\mpic++.exe-wrapper-data.txt, and the problem seemed to

Re: [OMPI users] failure to launch MPMD program on win32 w 1.4.3

2010-12-01 Thread Hicham Mouline
> -Original Message- > From: Shiqing Fan [mailto:f...@hlrs.de] > Sent: 30 November 2010 23:39 > To: Open MPI Users > Cc: Hicham Mouline; Rainer Keller > Subject: Re: [OMPI users] failure to launch MPMD program on win32 w > 1.4.3 > > Hi, > > I don't

Re: [OMPI users] failure to launch MPMD program on win32 w 1.4.3

2010-11-30 Thread Shiqing Fan
Hi, I don't have boost on my Windows, so I made a very similar program just using MPI, and everything works just fine for me: D:\work\OpenMPI\tests\CXX>more hello.cpp # include "mpi.h" using namespace std; int main ( int argc, char *argv[] ) { int rank, size; MPI::Init ( argc, argv );

Re: [OMPI users] failure to launch MPMD program on win32 w 1.4.3

2010-11-30 Thread Hicham Mouline
Users" Subject: Re: [OMPI users] failure to launch MPMD program on win32 w 1.4.3 It truly does help to know what version of OMPI you are using - otherwise, there is little we can do to help On Nov 30, 2010, at 4:05 AM, Hicham Mouline wrote: > Hello, > > I have successfully ru

Re: [OMPI users] failure to launch MPMD program on win32 w 1.4.3

2010-11-30 Thread Ralph Castain
It truly does help to know what version of OMPI you are using - otherwise, there is little we can do to help On Nov 30, 2010, at 4:05 AM, Hicham Mouline wrote: > Hello, > > I have successfully run > > mpirun -np 3 .\test.exe > > when I try MPMP > > mpirun -np 3 .\test.exe : -np 3 .\test