Re: [O-MPI devel] pml vs bml vs btl

2005-09-02 Thread Brad Penoff
hey Jeff/Galen, Thanks to both of you for helping answer our questions, both on and off the list. Currently, we're doing a lot of writing trying to focus on MPI implementation design strategies, so this has helped us certainly; hopefully others too. On our end, generally, we've been trying

Re: [O-MPI devel] Totalview Support

2005-09-02 Thread Jeff Squyres
On Sep 2, 2005, at 3:19 PM, Paul H. Hargrove wrote: I'd suggest that the short tcl script should live somewhere in the ompi and/or orte install directory and the FAQ should encourage adding "source " to the .tvdrc file rather than the full script. Excellent idea -- I didn't put 2 and 2 togethe

Re: [O-MPI devel] Totalview Support

2005-09-02 Thread Paul H. Hargrove
I'd suggest that the short tcl script should live somewhere in the ompi and/or orte install directory and the FAQ should encourage adding "source " to the .tvdrc file rather than the full script. -Paul Jeff Squyres wrote: FYI -- David recently committed support for Totalview to attach to Op

Re: [O-MPI devel] Totalview Support

2005-09-02 Thread Jeff Squyres
Yes, but not on the odin or thor clusters. :-\ It's a small license meant for basic development and testing of supporting Totalviw itself (total of 4 concurrent processes). On Sep 2, 2005, at 2:35 PM, Tim S. Woodall wrote: Jeff - Do you have totalview on any of your machines at IU? Jeff

Re: [O-MPI devel] Totalview Support

2005-09-02 Thread Tim S. Woodall
Jeff - Do you have totalview on any of your machines at IU? Jeff Squyres wrote: FYI -- David recently committed support for Totalview to attach to Open MPI jobs. I added a FAQ entry on the web site about how to use it (in particular, we suggest adding a $HOME/.tvdrc file -- see the FAQ):

[O-MPI devel] Totalview Support

2005-09-02 Thread Jeff Squyres
FYI -- David recently committed support for Totalview to attach to Open MPI jobs. I added a FAQ entry on the web site about how to use it (in particular, we suggest adding a $HOME/.tvdrc file -- see the FAQ): http://www.open-mpi.org/faq/?category=supported-systems#parallel- debuggers -

Re: [O-MPI devel] poe PLS component

2005-09-02 Thread Jeff Squyres
Heh. 6:55am in my timezone. So it's *early*, but not *absurdly* early. :-) On Sep 2, 2005, at 10:00 AM, Craig Rasmussen wrote: On Sep 2, 2005, at 4:55 AM, Jeff Squyres wrote: Can you guys convert POE's configure.stub to configure.m4? 4:55 AM, aren't you up kind of early?? -- {+}

Re: [O-MPI devel] poe PLS component

2005-09-02 Thread Craig Rasmussen
On Sep 2, 2005, at 4:55 AM, Jeff Squyres wrote: Can you guys convert POE's configure.stub to configure.m4? 4:55 AM, aren't you up kind of early?? Ciao, Craig

Re: [O-MPI devel] cleanup

2005-09-02 Thread Josh Hursey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It shouldn't be, since orterun should be sending a message (not signals) to the orted's and have them shutdown. That mechanism has been there before my addition. Ralph noticed some odd behavior with the orted's living well after the orterun has exi

Re: [O-MPI devel] cleanup

2005-09-02 Thread Jeff Squyres
Josh -- Is this related to the orted signal traps you put in recently, perchance? On Sep 2, 2005, at 9:21 AM, Tim S. Woodall wrote: Ctrl^C handling in orte seems to be broken. I know get a core file for every orted that is spawned on remote nodes when I attempt to kill a job via Crtl^C or o

[O-MPI devel] cleanup

2005-09-02 Thread Tim S. Woodall
Ctrl^C handling in orte seems to be broken. I know get a core file for every orted that is spawned on remote nodes when I attempt to kill a job via Crtl^C or orterun. This behaviour has actually been around for about a week know. Anyone else seeing this? Tim

Re: [O-MPI devel] IMPORTANT: Libtool version

2005-09-02 Thread Peter Kjellström
On Friday 02 September 2005 12.23, Jeff Squyres wrote: > Haven't heard back from any of the other core developers about their > versions of Libtool. > > FAIR WARNING: If I don't hear back from anyone by COB today, I'm going > to raise the required version of Libtool > > The issue: shared library bu

Re: [O-MPI devel] "fix" for romio configure.in

2005-09-02 Thread Jeff Squyres
Committed -- although I put most of your explanation in a comment. Thanks! On Aug 31, 2005, at 7:27 AM, Ralf Wildenhues wrote: This is a rather subtle issue, and pretty ugly, unfortunately. For the curious reader, here is a rather technical explanation: Somewhere, inside some if test "$ar

Re: [O-MPI devel] IMPORTANT: Libtool version

2005-09-02 Thread Ralf Wildenhues
Hi Jeff, * Jeff Squyres wrote on Fri, Sep 02, 2005 at 12:23:35PM CEST: > Haven't heard back from any of the other core developers about their > versions of Libtool. I don't belong in this group, but FWIW: 1.5.20 (or CVS versions). > FAIR WARNING: If I don't hear back from anyone by COB today, I

[O-MPI devel] poe PLS component

2005-09-02 Thread Jeff Squyres
Thara / George -- Can you guys convert POE's configure.stub to configure.m4? Thanks! -- {+} Jeff Squyres {+} The Open MPI Project {+} http://www.open-mpi.org/

[O-MPI devel] IMPORTANT: Libtool version

2005-09-02 Thread Jeff Squyres
Haven't heard back from any of the other core developers about their versions of Libtool. FAIR WARNING: If I don't hear back from anyone by COB today, I'm going to raise the required version of Libtool The issue: shared library builds [the default] for OMPI require some version of Libtool >

Re: [O-MPI devel] configure hangs in libtool..

2005-09-02 Thread Peter Kjellström
On Friday 26 August 2005 19.37, Ralf Wildenhues wrote: > * Peter Kjellström wrote on Fri, Aug 26, 2005 at 06:24:43PM CEST: > > On Friday 26 August 2005 18.04, Ralf Wildenhues wrote: > > > Libtool version previous to 1.5.16 had a bug in the macro to detect > > > this; it was often wrong before. > >