Re: [OMPI users] [ompi-1.4.1] compiling without openib, running with openib + ompi141 and gcc3

2010-01-26 Thread Jeff Squyres
On Jan 26, 2010, at 4:22 AM, Mathieu Gontier wrote: > 1/ I rebuilt without --enable-dist (more secured indeed) and with explicit > --without-openib/--with-openib : behaviors are better. Great. Excellent. I didn't mention it in my prior email, but our configure behaviors are generally: --with-

Re: [OMPI users] Windows CMake build problems ...

2010-01-26 Thread Shiqing Fan
Hi Charlie, There is definitely something wrong in the cxx library for Windows, but it's still not very clear to me yet. We'll try to find the reason and fix it. Thanks for reporting it. Regards, Shiqing cjohn...@valverdecomputing.com wrote: Was able to build and run all the c examples fr

Re: [OMPI users] Windows CMake build problems ...

2010-01-26 Thread cjohnson
Was able to build and run all the c examples from the tutorial at However, none of the extended or simple c++ examples work, they all die with the same link error.For instance: mpi_gather.cc__#include #include

Re: [OMPI users] ABI stabilization/versioning

2010-01-26 Thread Jed Brown
On Tue, 26 Jan 2010 11:15:45 +, Dave Love wrote: > > Versions where bumped to 0.0.1 for libmpi which has no > > effect for dynamic linking. > > I've forgotten the rules on this, but the point is that it needs to > affect dynamic linking to avoid running with earlier libraries > (specifically

Re: [OMPI users] ABI stabilization/versioning

2010-01-26 Thread Dave Love
Jeff Squyres writes: > To be absolutely crystal clear: OMPI's MPI shared libraries now have > .so versioning enabled, but you still can't install two copies of Open > MPI into the same $prefix (without overriding a bunch of other > directory names, that is, like $pkglibdir, etc.). This is becaus

Re: [OMPI users] ABI stabilization/versioning

2010-01-26 Thread Dave Love
Manuel Prinz writes: > The ABI should be stable since 1.3.2. OMPI 1.4.x does set the libtool > version info; Oh, sorry. I grepped the code for the relevant libtool args and couldn't see any evidence it was done. I wonder how I missed it. > Versions where bumped to 0.0.1 for libmpi which has n

Re: [OMPI users] [ompi-1.4.1] compiling without openib, running with openib + ompi141 and gcc3

2010-01-26 Thread Mathieu Gontier
Hello, 1/ I rebuilt without --enable-dist (more secured indeed) and with explicit --without-openib/--with-openib : behaviors are better. Great. 2/ Yes, my PATH and LD_LIBRARY_PATH are correctly set 3/ There certainly were previous installations of OpenMPI on this machine, but not in the same

Re: [OMPI users] Windows CMake build problems ...

2010-01-26 Thread cjohnson
Yeah, that was it. Thanks.Charlie ... Original Message Subject: Re: [OMPI users] Windows CMake build problems ... From: Shiqing Fan List-Post: users@lists.open-mpi.org Date: Tue, January 26, 2010 1:57 am To: cjohn...@valverdecomputing.com Cc: Open MPI Users Hi Charlie , Did

Re: [OMPI users] Windows CMake build problems ... (cont.)

2010-01-26 Thread cjohnson
Oh, and here's the directory that was built from the OpenMPI build:C:\Program Files\OpenMPI_v1.4-win32\bin>dir Volume in drive C is Work Volume Serial Number is 6A2D-3CBC Directory of C:\Program Files\OpenMPI_v1.4-win32\bin01/24/2010  05:14 AM      .01/24/2010  05:14 AM      ..01/24

Re: [OMPI users] Windows CMake build problems ...

2010-01-26 Thread Shiqing Fan
Hi Charlie , Did you run the mpicc command in the Visual Studio Command Prompt? Is it possible for you to call cl.exe from there? Because it sounds like the VS compiler was not found. Regards, Shiqing cjohn...@valverdecomputing.com wrote: The mpicc, mpic++ and mpicxx apparently don't work

[OMPI users] Windows CMake build problems ...

2010-01-26 Thread cjohnson
The mpicc, mpic++ and mpicxx apparently don't work, even though the rest of the wrapper commands do:C:\prog\mon\examples>ompi_info Package: Open MPI Charles Johnson@WORK Distribution    Open MPI: 1.4   Open MPI SVN revision: r22285   Open MPI release date: Dec 08, 2009