Re: [O-MPI devel] debugging methods

2006-01-23 Thread Leslie Watter
Hello Andrew, Thanks for this explanation. It was very helpfull to me to understand the function of BTL, specially about the correct sequence of the function path. I was wondering if this mail, can be included in a commentary inside btl.h or an README file at the BTL base directory to help other

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] debugging methods

2006-01-09 Thread Ralf Wildenhues
Hi Brian, * Brian Barrett wrote on Thu, Jan 05, 2006 at 04:26:58PM CET: > On Jan 5, 2006, at 4:22 AM, Ralf Wildenhues wrote: > > > > Are the improvements/bugfixes you/the CCA people need already in CVS > > Autoconf? > For Open MPI, I can think of a couple of things that I know have been > menti

Re: [O-MPI devel] debugging methods

2006-01-05 Thread Leslie Watter
Hi Jeff, Hi all, The build system, at least, those things I've discovered, is very good, isolating every part of the subsystems (BTL, OPAL, and so on)... Perhaps an experience with autoconf and automake before this project make me fell comfortable with it. Some information that I'm looking for is

Re: [O-MPI devel] debugging methods

2006-01-05 Thread Brian Barrett
On Jan 5, 2006, at 4:22 AM, Ralf Wildenhues wrote: * Craig Rasmussen wrote on Wed, Jan 04, 2006 at 05:45:55PM CET: The CCA people seemed to be worried that there was a long dead time between releases and were wondering if they should give up on autoconf and move to something else (cmake). I

Re: [O-MPI devel] debugging methods

2006-01-05 Thread Ralf Wildenhues
* Craig Rasmussen wrote on Wed, Jan 04, 2006 at 05:45:55PM CET: > > The CCA people seemed to be worried that there was a long dead time > between releases and were wondering if they should give up on autoconf > and move to something else (cmake). I love (to hate) autoconf and was > hoping that it

Re: [O-MPI devel] debugging methods

2006-01-04 Thread Craig Rasmussen
On Jan 4, 2006, at 8:55 AM, Jeff Squyres wrote: On Jan 4, 2006, at 10:35 AM, Craig Rasmussen wrote: In addition to what Brian said, do you have any specific questions about Open MPI's build system, the BTL, etc.? There has been a flurry of traffic on CCA's email list about the lack of updat

Re: [O-MPI devel] debugging methods

2006-01-04 Thread Jeff Squyres
On Jan 4, 2006, at 10:35 AM, Craig Rasmussen wrote: In addition to what Brian said, do you have any specific questions about Open MPI's build system, the BTL, etc.? There has been a flurry of traffic on CCA's email list about the lack of updates to autoconf. Will this affect you all in anyway

Re: [O-MPI devel] debugging methods

2006-01-04 Thread Craig Rasmussen
On Jan 3, 2006, at 11:38 AM, Jeff Squyres wrote: In addition to what Brian said, do you have any specific questions about Open MPI's build system, the BTL, etc.? There has been a flurry of traffic on CCA's email list about the lack of updates to autoconf. Will this affect you all in anyway?

Re: [O-MPI devel] debugging methods

2006-01-03 Thread Jeff Squyres
In addition to what Brian said, do you have any specific questions about Open MPI's build system, the BTL, etc.? More specifically: feel free to ping us here about code-level kinds of questions. On Dec 27, 2005, at 4:30 PM, Leslie Watter wrote: Hi people, I'm trying to develop a new btl

Re: [O-MPI devel] debugging methods

2005-12-27 Thread Brian Barrett
On Dec 27, 2005, at 4:30 PM, Leslie Watter wrote: Hi people, I'm trying to develop a new btl module using LLC protocol. I've based the code on the TCP btl code and I'm experiencing some problems like: -- mpirun noticed that job rank 1 with PID 1763 on node "servidor" exited on signal 11.

[O-MPI devel] debugging methods

2005-12-27 Thread Leslie Watter
Hi people, I'm trying to develop a new btl module using LLC protocol. I've based the code on the TCP btl code and I'm experiencing some problems like: -- mpirun noticed that job rank 1 with PID 1763 on node "servidor" exited on signal 11. 1 process killed (possibly by Open MPI) -- Is ther