Re: [O-MPI devel] while-loop around opal_condition_wait

2006-01-19 Thread George Bosilca
Rainer, I found it. Please update to revision 8760. Now it look like we are completely multi-threaded ... at least on all the tests I run :) george. On Jan 19, 2006, at 12:23 PM, Rainer Keller wrote: Hi George, On Thursday 19 January 2006 17:22, George Bosilca wrote: I was hopping my pa

Re: [O-MPI devel] debugging methods

2006-01-19 Thread Andrew Friedley
Hello, Apologies for the late response. I've been learning the BTL interface myself recently, and was asked to come up with answers for you. Hopefully my response is useful, let me know if you have more questions. Andrew Leslie Watter wrote: What I need? To know how and what functions is

Re: [O-MPI devel] while-loop around opal_condition_wait

2006-01-19 Thread Graham E Fagg
On Thu, 19 Jan 2006, Rainer Keller wrote: And yes, when I run with the basic-coll, we also hang ,-] in the first case your running : #8 0x407307a4 in ompi_coll_tuned_bcast_intra_basic_linear (buff=0x80c9c58, which is actually the basic collective anyway.. it just got there via a different p

Re: [O-MPI devel] posix threads

2006-01-19 Thread Brian Barrett
On Jan 18, 2006, at 2:12 PM, Luke Schierer wrote: If we compile openmpi with support for posix threads (./configure --prefix=/usr/local --enable-mpi-threads --with-threads=posix), mpi hangs even with simple commands like mpiexec --host localhost --np 1 hostname lock up, and have to be killed.

Re: [O-MPI devel] while-loop around opal_condition_wait

2006-01-19 Thread Rainer Keller
Hi George, On Thursday 19 January 2006 17:22, George Bosilca wrote: > I was hopping my patch solve the problem completely ... look like > it's not the case :( How exactly you get the dead-lock in the > mpi_test_suite ? Which configure options ? Only --enable-progress- > threads ? This happens with

Re: [O-MPI devel] while-loop around opal_condition_wait

2006-01-19 Thread George Bosilca
Rainer, I was hopping my patch solve the problem completely ... look like it's not the case :( How exactly you get the dead-lock in the mpi_test_suite ? Which configure options ? Only --enable-progress- threads ? Thanks, george. On Jan 19, 2006, at 11:12 AM, Rainer Keller wrote: H

Re: [O-MPI devel] while-loop around opal_condition_wait

2006-01-19 Thread Rainer Keller
Hello dear all, George's patch svn:open-mpi r8741 makes the dead-lock, experienced on a threaded build without this patch the on the mpi_test_suite sometimes go away (compiled with --enable-progress-threads) Previously, we would hang here: rusraink@pcglap12:~/WORK/OPENMPI/ompi-tests/mpi_test_s

Re: [O-MPI devel] posix threads

2006-01-19 Thread Brian Barrett
Actually, I have been able to duplicate Luke's problem and hope to have a fix this morning. I'll post more details when I have the fix. Brian On Jan 19, 2006, at 10:37 AM, George Bosilca wrote: Luke, I don't have access to exactly the same OS like you describe, but I was able to run your e

Re: [O-MPI devel] posix threads

2006-01-19 Thread George Bosilca
Luke, I don't have access to exactly the same OS like you describe, but I was able to run your example (using the same compilation flags as you) on the following environments: - 32 bits Intel Redhat Nahant 2 - 32 bits Debian testing/unstable - 64 bits MAC OS X I even run the Netpipe benchma

Re: [O-MPI devel] Path detection patch

2006-01-19 Thread Ralf Wildenhues
Hi George, * George Bosilca wrote on Wed, Jan 18, 2006 at 10:39:48PM CET: > I have some troubles on windows getting the correct path for the ompi > installation directory as well as all tools used inside. We need this > path in order to be able to use the wrappers compilers, to load the > sh