Re: [OMPI devel] Warnings in sctp BTL

2009-05-14 Thread Brad Penoff
hey Ralph, At UBC, we are trying to find a new student who can maintain the SCTP BTL. Unfortunately, it is has not been maintained since the progress engine overhaul a while ago. At the moment, this is still on the TODO list. I hope to get to this myself, if no student is found. It was my impr

[OMPI devel] snprintf vs. sprintf

2008-10-27 Thread Brad Penoff
Greetings, In the current ompi-trunk (r19808), my build was breaking. I have created a small patch to fix this, but I wanted to ask the team about something first. One of the problems was with snprintf. I read a little bit more about this and I found this quote about snprintf: "snprintf does n

Re: [OMPI devel] Build failure on FreeBSD 7

2008-05-03 Thread Brad Penoff
ned(__FreeBSD__) +|| 1 +#endif + ) return (NULL); if (!(kqueueop = calloc(1, sizeof(struct kqop On Thu, May 1, 2008 at 9:02 AM, Brad Penoff wrote: > I believe Karol's patch in the original mail in this thread adds the > appropriate headers for open

Re: [OMPI devel] Build failure on FreeBSD 7

2008-05-01 Thread Brad Penoff
et you know. Thanks, brad On Thu, May 1, 2008 at 5:51 AM, Jeff Squyres wrote: > George -- did you get to make this fix? > > What header file is openpty declared in on FreeBSD 7? It should be > easy enough to add the right #include to that file. > > > > On Apr 29, 200

Re: [OMPI devel] Build failure on FreeBSD 7

2008-04-29 Thread Brad Penoff
ith kevent running locally. I tried also running on a remote machine, and it hung in the same way. George mentioned he had done a fix for an OS X issue recently just curious but did you guys (or anyone else) ever get a chance to cycle back to this? Thanks! brad On Tue, Apr 29, 2008 at 4:45 PM, B

Re: [OMPI devel] Build failure on FreeBSD 7

2008-04-29 Thread Brad Penoff
hey all, I was just configuring MTT to run some multihost tests on FreeBSD 7 and I came across this same error you guys were, using the openmpi-1.3a1r18325.tar.gz trunk nightly tarball : kqueue.c:165: error: implicit declaration of function 'openpty' However, this error seems to only come up if

Re: [OMPI devel] Build failure on FreeBSD 7

2008-04-29 Thread Brad Penoff
hey all, I was just configuring MTT to run some multihost tests on FreeBSD 7 and I came across this same error you guys were, using the openmpi-1.3a1r18325.tar.gz trunk nightly tarball : kqueue.c:165: error: implicit declaration of function 'openpty' However, this error seems to only come up if

[OMPI devel] FreeBSD timer_base_open error?

2008-03-23 Thread Brad Penoff
Greetings, In an MTT run just now, I'm noticing these funny output messages in the middle of an early phase: >> MPI install [mpi install: gcc warnings] Installing MPI: [ompi-nightly-trunk] / [1.3a1r17921] / [gcc warnings]... [pc23.netbed.icics.ubc.ca:59263] mca: base: components_open: compon

Re: [OMPI devel] initial SCTP BTL commit comments?

2007-12-14 Thread Brad Penoff
On Nov 14, 2007 10:17 AM, Brad Penoff wrote: > > On Nov 14, 2007 5:11 AM, Terry Dontje wrote: > > > > Brad Penoff wrote: > > > On Nov 12, 2007 3:26 AM, Jeff Squyres wrote: > > > > > >> I have no objections to bringing this into the trunk, but I

Re: [OMPI devel] SCTP noisy failure

2007-12-12 Thread Brad Penoff
On Dec 12, 2007 6:03 PM, Jeff Squyres wrote: > On Dec 12, 2007, at 8:58 PM, Brad Penoff wrote: > > >> That's not really the issue: I don't *want* SCTP support. :) > >> > >> I have a default RHEL4U4 install and now Open MPI is complaining on a > >&

Re: [OMPI devel] SCTP noisy failure

2007-12-12 Thread Brad Penoff
On Dec 12, 2007 5:44 PM, Jeff Squyres wrote: > On Dec 12, 2007, at 7:16 PM, Brad Penoff wrote: > > > Does your system have sctp in the kernel as a module? This is the > > default for most Linux systems so you may have to "modprobe sctp" to > > get rid of the

Re: [OMPI devel] SCTP noisy failure

2007-12-12 Thread Brad Penoff
hey Jeff, Does your system have sctp in the kernel as a module? This is the default for most Linux systems so you may have to "modprobe sctp" to get rid of the ESOCKTNOSUPPORT... brad On Dec 12, 2007 3:57 PM, Jeff Squyres wrote: > After the exclusivity change today, I notice that I am getting

Re: [OMPI devel] [OMPI svn] svn:open-mpi r16723

2007-11-21 Thread Brad Penoff
The change is in: https://svn.open-mpi.org/trac/ompi/changeset/16764 Thanks for the heads-up, brad On Nov 20, 2007 9:48 AM, Brad Penoff wrote: > Sorry, saw this thread late. We'll try to make the change later today > after a few meetings! > > brad > > > > On Nov 1

Re: [OMPI devel] initial SCTP BTL commit comments?

2007-11-20 Thread Brad Penoff
re sense to be pessimistic and assume that a given platform will not work. It will make maintaining the BTL easier as well ;-) Just my $.02... brad > > > On Nov 14, 2007, at 1:17 PM, Brad Penoff wrote: > > > On Nov 14, 2007 5:11 AM, Terry Dontje wrote: > >> > >

Re: [OMPI devel] [OMPI svn] svn:open-mpi r16723

2007-11-20 Thread Brad Penoff
Sorry, saw this thread late. We'll try to make the change later today after a few meetings! brad On Nov 14, 2007 8:16 AM, Jeff Squyres (jsquyres) wrote: > > > > Tim - excellent catch! > > I totally agree. We must be very mindful of IP-related issues. > > -jms > Sent from my PDA > > > ---

Re: [OMPI devel] initial SCTP BTL commit comments?

2007-11-14 Thread Brad Penoff
On Nov 14, 2007 5:11 AM, Terry Dontje wrote: > > Brad Penoff wrote: > > On Nov 12, 2007 3:26 AM, Jeff Squyres wrote: > > > >> I have no objections to bringing this into the trunk, but I agree that > >> an .ompi_ignore is probably a good idea at first. >

Re: [OMPI devel] initial SCTP BTL commit comments?

2007-11-13 Thread Brad Penoff
On Nov 13, 2007 12:41 PM, Brad Penoff wrote: > On Nov 12, 2007 3:26 AM, Jeff Squyres wrote: > > I have no objections to bringing this into the trunk, but I agree that > > an .ompi_ignore is probably a good idea at first. > > I'll try to cook up a commit soon then!

Re: [OMPI devel] initial SCTP BTL commit comments?

2007-11-13 Thread Brad Penoff
#x27;ve only started playing with MTT so I'm sure we'll have plenty of questions as we begin this process! > More below. > > > On Nov 10, 2007, at 9:25 PM, Brad Penoff wrote: > > >>> Currently, both the one-to-one and the one-to-many make use of the >

Re: [OMPI devel] initial SCTP BTL commit comments?

2007-11-10 Thread Brad Penoff
On Nov 10, 2007 9:42 AM, Andrew Friedley wrote: > Brad Penoff wrote: > > Any objections to us committing an SCTP BTL to ompi-trunk if it has > > the ompi_ignore file in it first? > > I'd like to see this in the trunk, though I'd guess that others will > wa

[OMPI devel] initial SCTP BTL commit comments?

2007-11-09 Thread Brad Penoff
Greetings Open MPI developers, Karol Mroz and I at UBC have been working on a BTL component for SCTP. With our own internal testing, the BTL has stabilized so we were hoping to commit it to ompi-trunk. Prior to doing so though, we wanted get some feedback from the community. Particularly we wer

[OMPI devel] using opal_event's versus btl_progress?

2007-10-22 Thread Brad Penoff
Greetings, We had some questions about the best way to make use of Open MPI's features for a new BTL... the general theme is making use of the opal_event's versus a btl_progress function. When is it best to do one versus the other? We are working on several designs for an SCTP BTL for Open MPI.

[OMPI devel] . always in the PATH

2007-03-29 Thread Brad Penoff
hey, I just had a question (and potential bug) about the expected behavior in mpirun... I saw it in 1.1.5 and just saw that it still occurs in 1.2. I'll illustrate with a (seemingly) silly example. Say in your $HOME you have a sh script named testecho that just has echo "Saying hi" ...as i

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

2005-09-02 Thread Brad Penoff
middleware in the first place; time will tell! Thanks again for all your answers, brad On Wed, 31 Aug 2005, Galen M. Shipman wrote: On Aug 31, 2005, at 1:06 PM, Jeff Squyres wrote: On Aug 29, 2005, at 9:17 PM, Brad Penoff wrote: PML: Pretty much the same as it was described in the pape

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

2005-08-29 Thread Brad Penoff
Greetings, Thanks for the clarity. I just had a few quick follow-up questions, inline below. brad On Sat, 27 Aug 2005, Jeff Squyres wrote: Particularly, I'm just curious about the difference between pml-bml-btl and the old pml-ptl (as described in your TEG paper) and why changes were made.

[O-MPI devel] pml vs bml vs btl

2005-08-26 Thread Brad Penoff
Greetings, I was just curious about the distinction between the pml, bml, and btl layers within OpenMPI and was wondering if there was any place (other than the code ;-) where I could read about the design decisions. Any pointers? Particularly, I'm just curious about the difference between p