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
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
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
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
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
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
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
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?
>
>>
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
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
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
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
-
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
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
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):
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
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
17 matches
Mail list logo