On Tue, Aug 02, 2005 at 02:40:21PM -0500, Brian Barrett wrote:
> The tree now compiles with the --enable-mpi-threads problem. There
> is a bug in the event library that will cause deadlocks in orterun,
> so the tree isn't exactly useful right now. Tim Woodall is going to
> look into the pro
From: "Sridhar Chirravuri \(schirrav\)"
Date: August 4, 2005 2:07:04 AM EDT
Cc: "Sridhar Chirravuri \(schirrav\)"
Subject: Regarding MVAPI Component in OpenMPI
All,
I got OpenMPI tar ball and could configure and build on AMD x86_64
arch.
In our case, we need to enable MVAPI and disable Op
On Aug 4, 2005, at 6:43 AM, Jeff Squyres wrote:
I got OpenMPI tar ball and could configure and build on AMD x86_64
arch.
Excellent. Note, however, that it's probably better to get a
Subversion checkout. As this is the current head of our development
tree, it's a constantly moving target --
I can confirm this -- running a simple MPI "hello world" on one node
with the rsh pls, the MPI processes finish and exit, but then orterun
hangs:
(gdb) bt
#0 0xb7e8ef88 in poll () from /lib/libc.so.6
#1 0xb7f4f8a5 in poll_dispatch (arg=0xb7f6f080, tv=0xbfffe4f8) at
poll.c:196
#2 0xb7f4d72b
I think this is fixed now. There was a bug in the poll ops that was
uncovered yesterday when I fixed a deadlock issue in the event library.
Brian
On Aug 4, 2005, at 7:19 AM, Jeff Squyres wrote:
I can confirm this -- running a simple MPI "hello world" on one node
with the rsh pls, the MPI pr
In r6731, I added the first of three modifications to the rsh pls:
1. If your remote shell is sh (i.e., plain Bourne shell -- *not* bash),
the rsh pls will first invoke "! [ -e ./.profile ] || . ./.profile"
before invoking the orted (because "sh" does not invoke *any* shell
startup files on th
Greg --
Did this get resolved? Sorry -- this slipped by me in inbox...
On Aug 1, 2005, at 5:56 PM, Greg Watson wrote:
Further this email. It appears that libtool now uses the shell
variable _S_ as a line separator instead of the ~ character.
Unfortunately _S_ never gets set on OS X, hence br
I just checked out a new version and it seems ok. I don't know what
the problem was.
Thanks,
Greg
On Aug 4, 2005, at 1:07 PM, Jeff Squyres wrote:
Greg --
Did this get resolved? Sorry -- this slipped by me in inbox...
On Aug 1, 2005, at 5:56 PM, Greg Watson wrote:
Further this email.