Thank you for all these detailled information. My configuration options are: ./configure --prefix=$PREFIX --enable-static --enable-shared --enable-cxx-exceptions --enable-mpi-f77 --disable-mpi-f90 --disable-mpi-cxx --disable-mpi-cxx-seek --enable-mpi-profile --enable-binaries --enable-mpi-threads --enable-memchecker --disable-debug --with-pic --with-threads --with-libnuma --with-openib --with-sge So, maybe you will have an explaination about my runtime error wehn I use gcc-3.4... I also have a strange behavior using gcc-4.1: using tcp, OpenMPI is really less fast than MPICH-1.2.4 (71min against 59 on a 4 process computation). I look for information in the mailling list archive, but I did not find any aplanation. I wonder if the tcp device is well optimized, or if more processes must be involved, etc. You maybe have an idea? Thank you again for your help. Mathieu. Jeff Squyres wrote: 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-<foo>: Build with foo support. If foo support is not available, fail/abort configure --without-<foo>: Don't even check for foo support; don't build it at all. neither: check for foo support. If foo support is available, build it. If not available, skip it.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 directory; before rebuilt, I correctly uninstall the previous installations (thank you for the tip) 4/ Is there a way to have the list of the plugins in OFED?Not really. The verbs library (the "native" networking API for Openfabrics) has plugins similar to Open MPI, but they don't have an ompi_info-like command that shows what plugins are available. IIRC, verbs has only 1 type a plugin: to service an underlying device type. IIRC, the names of the drivers are: - nes: NetEffect / Intel RNICs - cxgb3: Chelsio T3 RNICs - mlx: Mellanox ConnectX HCAs - mthca: Mellanox earlier HCAs - ipath: QLogic HCAs That's off the top of my head and it may not be a comprehensive list. Check the installed software on your machine to see what you have.5/ Yes, good messages about the device will be welcome, but with 1/ it is really better now 6/ The message is really more explicit explained like that (thanks) 7/ I built both my small test and OpenMPI-1.4.1 directly on my cluster with gcc-3.4 and I still have this error. Do you have any idea where the problem could come from? opal_memchecker_base_select failed --> Returned value -13 instead of OPAL_SUCCESSThat's an odd one. Can you send your exact configure line again, and perhaps the output from configure? (please compress -- see http://www.open-mpi.org/community/help/). |
- [OMPI users] [ompi-1.4.1] compiling without openib, runnin... Mathieu Gontier
- Re: [OMPI users] [ompi-1.4.1] compiling without openi... Jeff Squyres
- Re: [OMPI users] [ompi-1.4.1] compiling without o... Mathieu Gontier
- Re: [OMPI users] [ompi-1.4.1] compiling witho... Jeff Squyres
- Re: [OMPI users] [ompi-1.4.1] compiling w... Mathieu Gontier