Re: [O-MPI devel] Dumb SVN question (was RE: Segfaults on startup?)

2005-10-24 Thread Ralf Wildenhues
Hi Troy, * Troy Benjegerdes wrote on Sun, Oct 23, 2005 at 09:07:05PM CEST: > > So.. I have a checkout of ompi/branches/v1.0 .. is there any easy way for > me do something like: > > 'svn up [UNKOWN FLAG] http://svn.open-mpi.org/svn/ompi/trunk' Yes: svn switch http://svn.open-mpi.org/svn/ompi/tr

Re: [O-MPI devel] Dumb SVN question (was RE: Segfaults on startup?)

2005-10-24 Thread Brian Barrett
On Oct 24, 2005, at 2:39 AM, Ralf Wildenhues wrote: Hi Troy, * Troy Benjegerdes wrote on Sun, Oct 23, 2005 at 09:07:05PM CEST: So.. I have a checkout of ompi/branches/v1.0 .. is there any easy way for me do something like: 'svn up [UNKOWN FLAG] http://svn.open-mpi.org/svn/ompi/trunk'

Re: [O-MPI devel] Segfaults on startup? (ORTE_ERROR_LOG)

2005-10-24 Thread Brian Barrett
That's a really weird backtrace - it seems to indicate that the datatype engine is improperly calling free(). Can you try running without openib (add "-mca btl_base_exclude openib" to the mpirun arguments) and see if the problem goes away? Also, what platform was this on? Thanks, Brian

Re: [O-MPI devel] ppc64 linux bustage?

2005-10-24 Thread Brian Barrett
Can you build dynamically and run "ompi_info -all" and send the results to the list? Thanks, Brian On Oct 23, 2005, at 4:48 PM, Troy Benjegerdes wrote: On a 64 bit PPC system running linux, I get the following: troy@minbar-g5:~$ /scratch/troy/ompi-inst/bin/mpirun -np 1 hostname [minbar-g5:

Re: [O-MPI devel] Segfaults on startup? (ORTE_ERROR_LOG)

2005-10-24 Thread Jeff Squyres
Troy Benjegerdes wrote: Another note.. I think I may have had some problems because I built with 'make -j16'.. has anyone else tried parallel make builds? I am jumping into this thread late -- but FWIW: 1. Yes, we build VPATH (with both relative and absolute flavors) every night. So the bui

Re: [O-MPI devel] Segfaults on startup? (ORTE_ERROR_LOG)

2005-10-24 Thread Troy Benjegerdes
troy@opteron1:/usr/src/netpipe3-dev$ mpirun -np 2 -mca btl_base_exclude openib NPmpi 1: opteron1 0: opteron1 mpirun noticed that job rank 1 with PID 352 on node "localhost" exited on signal 11. 1 process killed (possibly by Open MPI) This is debian-amd64 (from deb http://mirror.espri.arizona.edu/

Re: [O-MPI devel] ppc64 linux bustage?

2005-10-24 Thread Troy Benjegerdes
On Mon, Oct 24, 2005 at 10:40:39AM -0500, Brian Barrett wrote: > Can you build dynamically and run "ompi_info -all" and send the > results to the list? > To save list bandwidth.. http://scl.ameslab.gov/~troy/ompi_debug/

Re: [O-MPI devel] ppc64 linux bustage?

2005-10-24 Thread Brian Barrett
On Oct 24, 2005, at 6:07 PM, Troy Benjegerdes wrote: On Mon, Oct 24, 2005 at 10:40:39AM -0500, Brian Barrett wrote: Can you build dynamically and run "ompi_info -all" and send the results to the list? To save list bandwidth.. http://scl.ameslab.gov/~troy/ompi_debug/ The output of ompi_i

Re: [O-MPI devel] ppc64 linux bustage?

2005-10-24 Thread Ralf Wildenhues
* Brian Barrett wrote on Tue, Oct 25, 2005 at 01:15:41AM CEST: > On Oct 24, 2005, at 6:07 PM, Troy Benjegerdes wrote: > > On Mon, Oct 24, 2005 at 10:40:39AM -0500, Brian Barrett wrote: > > > >> Can you build dynamically and run "ompi_info -all" and send the > >> results to the list? > > > > To save

Re: [O-MPI devel] ppc64 linux bustage?

2005-10-24 Thread Troy Benjegerdes
> > Quoting from above: > > | *** GNU libltdl setup > | configure: OMPI configuring in opal/libltdl > | configure: running /bin/sh './configure' --enable-ltdl-convenience > --disable-ltdl-install --enable-shared --disable-static > --cache-file=/dev/null --srcdir=. > | configure: /bin/sh './con

Re: [O-MPI devel] ppc64 linux bustage?

2005-10-24 Thread Troy Benjegerdes
> | *** GNU libltdl setup > | configure: OMPI configuring in opal/libltdl > | configure: running /bin/sh './configure' --enable-ltdl-convenience > --disable-ltdl-install --enable-shared --disable-static > --cache-file=/dev/null --srcdir=. > | configure: /bin/sh './configure' *failed* for opal/li

Re: [O-MPI devel] ppc64 linux bustage?

2005-10-24 Thread Brian Barrett
On Oct 24, 2005, at 6:52 PM, Troy Benjegerdes wrote: Quoting from above: | *** GNU libltdl setup | configure: OMPI configuring in opal/libltdl | configure: running /bin/sh './configure' --enable-ltdl- convenience --disable-ltdl-install --enable-shared --disable- static --cache-file=/dev/null

Re: [O-MPI devel] ppc64 linux bustage?

2005-10-24 Thread Brian Barrett
On Oct 24, 2005, at 6:56 PM, Troy Benjegerdes wrote: | *** GNU libltdl setup | configure: OMPI configuring in opal/libltdl | configure: running /bin/sh './configure' --enable-ltdl- convenience --disable-ltdl-install --enable-shared --disable- static --cache-file=/dev/null --srcdir=. | config

Re: [O-MPI devel] ppc64 linux bustage?

2005-10-24 Thread Troy Benjegerdes
On Mon, Oct 24, 2005 at 07:30:54PM -0500, Brian Barrett wrote: > On Oct 24, 2005, at 6:56 PM, Troy Benjegerdes wrote: > > >> | *** GNU libltdl setup > >> | configure: OMPI configuring in opal/libltdl > >> | configure: running /bin/sh './configure' --enable-ltdl- > >> convenience --disable-ltdl-i

[O-MPI devel] MPI_Barrier in Netpipe causes segfault

2005-10-24 Thread Troy Benjegerdes
On Mon, Oct 24, 2005 at 06:03:02PM -0500, Troy Benjegerdes wrote: > troy@opteron1:/usr/src/netpipe3-dev$ mpirun -np 2 -mca btl_base_exclude > openib NPmpi > 1: opteron1 > 0: opteron1 > mpirun noticed that job rank 1 with PID 352 on node "localhost" exited > on signal 11. > 1 process killed (possibl