[OMPI devel] vpath and vt-integration tmp branch

2007-08-29 Thread Terry D. Dontje
I've tried to do a vpath configure on the vt-integration tmp branch and get the following: configure: Entering directory './tracing/vampirtrace' /workspace/tdd/ct7/ompi-ws-vt//ompi-vt-integration/builds/ompi-vt-integration/configure: line 144920: cd: ./tracing/vampirtrace: No such file or direc

[OMPI devel] SM BTL hang issue

2007-08-29 Thread Terry D. Dontje
I have a program that does a simple bucket brigade of sends and receives where rank 0 is the start and repeatedly sends to rank 1 until a certain amount of time has passed and then it sends and all done packet. Running this under np=2 always works. However, when I run with greater than 2 usin

Re: [OMPI devel] SM BTL hang issue

2007-08-29 Thread Gleb Natapov
Is this trunk or 1.2? On Wed, Aug 29, 2007 at 09:40:30AM -0400, Terry D. Dontje wrote: > I have a program that does a simple bucket brigade of sends and receives > where rank 0 is the start and repeatedly sends to rank 1 until a certain > amount of time has passed and then it sends and all done

Re: [OMPI devel] SM BTL hang issue

2007-08-29 Thread Terry D. Dontje
Trunk. --td Gleb Natapov wrote: Is this trunk or 1.2? On Wed, Aug 29, 2007 at 09:40:30AM -0400, Terry D. Dontje wrote: I have a program that does a simple bucket brigade of sends and receives where rank 0 is the start and repeatedly sends to rank 1 until a certain amount of time has passe

Re: [OMPI devel] SM BTL hang issue

2007-08-29 Thread Gleb Natapov
On Wed, Aug 29, 2007 at 04:48:07PM +0300, Gleb Natapov wrote: > Is this trunk or 1.2? Oops. I should read more carefully :) This is trunk. > > On Wed, Aug 29, 2007 at 09:40:30AM -0400, Terry D. Dontje wrote: > > I have a program that does a simple bucket brigade of sends and receives > > where r

Re: [OMPI devel] SM BTL hang issue

2007-08-29 Thread Richard Graham
Gleb, Are you looking at this ? Rich On 8/29/07 9:56 AM, "Gleb Natapov" wrote: > On Wed, Aug 29, 2007 at 04:48:07PM +0300, Gleb Natapov wrote: >> Is this trunk or 1.2? > Oops. I should read more carefully :) This is trunk. > >> >> On Wed, Aug 29, 2007 at 09:40:30AM -0400, Terry D. Dontje w

Re: [OMPI devel] SM BTL hang issue

2007-08-29 Thread Gleb Natapov
On Wed, Aug 29, 2007 at 10:46:06AM -0400, Richard Graham wrote: > Gleb, > Are you looking at this ? Not today. And I need the code to reproduce the bug. Is this possible? > > Rich > > > On 8/29/07 9:56 AM, "Gleb Natapov" wrote: > > > On Wed, Aug 29, 2007 at 04:48:07PM +0300, Gleb Natapov wr

Re: [OMPI devel] SM BTL hang issue

2007-08-29 Thread Richard Graham
If you are going to look at it, I will not bother with this. Rich On 8/29/07 10:47 AM, "Gleb Natapov" wrote: > On Wed, Aug 29, 2007 at 10:46:06AM -0400, Richard Graham wrote: >> Gleb, >> Are you looking at this ? > Not today. And I need the code to reproduce the bug. Is this possible? > >>

Re: [OMPI devel] SM BTL hang issue

2007-08-29 Thread Gleb Natapov
On Wed, Aug 29, 2007 at 11:01:14AM -0400, Richard Graham wrote: > If you are going to look at it, I will not bother with this. I need the code to reproduce the problem. Otherwise I have nothing to look at. > > Rich > > > On 8/29/07 10:47 AM, "Gleb Natapov" wrote: > > > On Wed, Aug 29, 2007 a

Re: [OMPI devel] SM BTL hang issue

2007-08-29 Thread Terry D. Dontje
Heard you the first time Gleb, just been backed up with other stuff. Following is the code: include "mpif.h" character(20) cmd_line_arg ! We'll use the first command-line argument ! to set the duration of the test. real(8) :: duration = 10 ! The de

Re: [OMPI devel] SM BTL hang issue

2007-08-29 Thread Terry D. Dontje
To run the code I usually do "mpirun -np 6 a.out 10" on a 2 core system. It'll print out the following and then hang: Target duration (seconds): 10.00 # of messages sent in that time: 589207 Microseconds per message: 16.972 --td Terry D. Dontje wrote: Heard you th

Re: [OMPI devel] UD BTL alltoall hangs

2007-08-29 Thread Andrew Friedley
OK, I've never used totalview before. So doing some FAQ reading I got an xterm on an Atlas node (odin doesn't have totalview AFAIK). Trying a simple netpipe run just to get familiar with things results in this: $ mpirun -debug -np 2 -bynode -debug-daemons ./NPmpi -

Re: [OMPI devel] UD BTL alltoall hangs

2007-08-29 Thread Aurelien Bouteiller
You should try mpirun -np 2 -bynode totalview ./NPmpi Aurelien Le 29 août 07 à 13:05, Andrew Friedley a écrit : OK, I've never used totalview before. So doing some FAQ reading I got an xterm on an Atlas node (odin doesn't have totalview AFAIK). Trying a simple netpipe run just to get famil

Re: [OMPI devel] SM BTL hang issue

2007-08-29 Thread Li-Ta Lo
On Wed, 2007-08-29 at 11:36 -0400, Terry D. Dontje wrote: > To run the code I usually do "mpirun -np 6 a.out 10" on a 2 core > system. It'll print out the following and then hang: > Target duration (seconds): 10.00 > # of messages sent in that time: 589207 > Microseconds per mess

Re: [OMPI devel] SM BTL hang issue

2007-08-29 Thread Terry D. Dontje
hmmm, interesting since my version doesn't abort at all. --td Li-Ta Lo wrote: On Wed, 2007-08-29 at 11:36 -0400, Terry D. Dontje wrote: To run the code I usually do "mpirun -np 6 a.out 10" on a 2 core system. It'll print out the following and then hang: Target duration (seconds):

Re: [OMPI devel] UD BTL alltoall hangs

2007-08-29 Thread Andrew Friedley
Thanks for the suggestion; though that appears to hang with no output whatsoever. Andrew Aurelien Bouteiller wrote: You should try mpirun -np 2 -bynode totalview ./NPmpi Aurelien Le 29 août 07 à 13:05, Andrew Friedley a écrit : OK, I've never used totalview before. So doing some FAQ readin

Re: [OMPI devel] UD BTL alltoall hangs

2007-08-29 Thread George Bosilca
On Aug 29, 2007, at 7:05 PM, Andrew Friedley wrote: $ mpirun -debug -np 2 -bynode -debug-daemons ./NPmpi -- Internal error -- the orte_base_user_debugger MCA parameter was not able to be found. Please contact the Open