Re: [OMPI devel] Open MPI v1.3.4rc4 is out

2009-11-05 Thread Samuel K. Gutierrez
That's interesting... Works great now that carto is built. Why is carto now required? -- Samuel K. Gutierrez Los Alamos National Laboratory On Nov 5, 2009, at 4:11 PM, David Gunter wrote: Oh, good catch. I'm not sure who updates the platform files or who would have added the "carto" opti

Re: [OMPI devel] Open MPI v1.3.4rc4 is out

2009-11-05 Thread David Gunter
Oh, good catch. I'm not sure who updates the platform files or who would have added the "carto" option to the no_build. It's the only difference between the the 1.3.4 platform files and the previous ones, save for some compiler flags. -david -- David Gunter HPC-3: Infrastructure Team Los

Re: [OMPI devel] Open MPI v1.3.4rc4 is out

2009-11-05 Thread Jeff Squyres
I see: enable_mca_no_build=carto,crs,routed-direct,routed-linear,snapc,pml- dr,pml-crcp2,pml-crcpw,pml-v,pml-example,crcp,pml-cm,filem Which means that you're directing all carto components not to build at all. It looks like carto is now required...? On Nov 5, 2009, at 5:38 PM, Samuel K.

Re: [OMPI devel] Open MPI v1.3.4rc4 is out

2009-11-05 Thread Samuel K. Gutierrez
Hi Jeff, This is how I configured my build. ./configure --with-platform=./contrib/platform/lanl/rr-class/optimized- panasas --prefix=/usr/projects/hpctools/samuel/local/rr-dev/apps/ openmpi/gcc/ompi-1.3.4rc4 --libdir=/usr/projects/hpctools/samuel/local/ rr-dev/apps/openmpi/gcc/ompi-1.3.4rc4/l

Re: [OMPI devel] Open MPI v1.3.4rc4 is out

2009-11-05 Thread David Gunter
I used one of the LANL platform files to build, $ configure --with-platform=contrib/platform/lanl/rr-class/debug- panasas-nocell Did the same thing with the non-debug platform file and it dies in the same location. -david -- David Gunter HPC-3: Infrastructure Team Los Alamos National Labo

Re: [OMPI devel] Open MPI v1.3.4rc4 is out

2009-11-05 Thread Jeff Squyres
How did you build? I see one carto component named "auto_detect" in the 1.3.4 source tree, but I don't see it in your ompi_info output. Did that component not build? On Nov 4, 2009, at 7:20 PM, Samuel K. Gutierrez wrote: Hi All, I just built OMPI 1.3.4rc4 on one of our Roadrunner machine

Re: [OMPI devel] Open MPI v1.3.4rc4 is out

2009-11-05 Thread David Gunter
I, too, have tried various builds of the rc4 release. It's dying during orterun. Specifically, here's the call chain where things fall apart: orterun -> orte_init -> opal_init -> opal_carto_base_select -> mca_base_select 54 for (item = opal_list_get_first(components_available); 55

[OMPI devel] Fwd: [hwloc-announce] Hardware Locality (hwloc) v0.9.2 released

2009-11-05 Thread Jeff Squyres
Just in case you aren't on the hwloc announcement list, we finally released v0.9.2. See the announcement below for details. Begin forwarded message: From: "Jeff Squyres (jsquyres)" Date: November 5, 2009 10:12:28 AM EST To: "Hardware Locality Announcement List" mpi.org> Subject: [hwloc-an

Re: [OMPI devel] orte_rml_base_select failed

2009-11-05 Thread Jeff Squyres
I think you must be accidentally mixing Open MPI versions -- the file "orte/runtime/orte_system_init.c" does not exist in the Open MPI v1.3 series. It did exist, however, back in the Open MPI 1.2 series. Could you double check that the OMPI that is installed (and is being found/used) on ho

Re: [OMPI devel] orte_rml_base_select failed

2009-11-05 Thread Amit Sharma
I had built OMPI with "-mca rml_base_verbose 10 -mca oob_base_verbose 10" but still no luck. On some machine, where mpirun is working properly, it is giving correct debug messages as below: # mpirun -mca rml_base_verbose 10 -mca oob_base_verbose 10 arch [linux] mca: base: components_open: Looking

Re: [OMPI devel] MPI_Grequest_start and MPI_Wait clarification

2009-11-05 Thread Christopher Yeoh
Hi Jeff, On Mon, 2 Nov 2009 21:15:15 -0500 Jeff Squyres wrote: > > I had to go re-read that whole section on generalized requests; I > agree with your analysis. Could you open a ticket and submit a > patch? You might want to look at the back ends to MPI_TEST[_ANY] > and MPI_WAIT_ANY as wel