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

2009-11-06 Thread Jeff Squyres
On Nov 5, 2009, at 6:11 PM, David Gunter wrote: Oh, good catch. I'm not sure who updates the platform files or who would have added the "carto" option to the no_build. Ralph used to, so I guess it's now up to you and Sam. :-) Something must have changed between 1.3.3 and 1.3.4 that carto

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

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

2009-11-04 Thread Samuel K. Gutierrez
Hi All, I just built OMPI 1.3.4rc4 on one of our Roadrunner machines. When I try to launch a simple MPI job, I get the following: [rra011a.rr.lanl.gov:31601] mca: base: components_open: Looking for carto components [rra011a.rr.lanl.gov:31601] mca: base: components_open: opening carto com

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

2009-11-04 Thread Jeff Squyres
The latest-n-greatest is available here: http://www.open-mpi.org/software/ompi/v1.3/ Please beat it up and look for problems! -- Jeff Squyres jsquy...@cisco.com