[OMPI devel] New orte_output / orte_show_help stuff

2008-05-13 Thread Jeff Squyres
Is now checked into the trunk. I still need to make a wiki page to describe how to use the new stuff, but the commit message covered a bunch of info: https://svn.open-mpi.org/trac/ompi/changeset/18434 Please let me know if you run into any problems. -- Jeff Squyres Cisco Systems

[OMPI devel] v1.3 Feature Freeze in effect

2008-05-13 Thread Brad Benton
All: As of today (May 13, 2008), the trunk is under v1.3 feature freeze until it is stabilized and branched (targeted for May 23, 2008). Here are the guidelines for activity in the trunk while we are under the v1.3 feature freeze: 1. New components can still be checked into the trunk, but do

Re: [OMPI devel] btl_openib_iwarp.c : making platform specific calls

2008-05-13 Thread Brian W. Barrett
On Tue, 13 May 2008, Don Kerr wrote: I believe there are similar operations being used by other areas of open mpi, place to start looking would be, opal/util/if.c. Yes, opal/util/if.h and opal/util/net.h provide a portable interface to almost everything that comes from getifaddrs(). Brian

Re: [OMPI devel] heterogeneous OpenFabrics adapters

2008-05-13 Thread Jeff Squyres
On May 13, 2008, at 12:24 PM, Jon Mason wrote: - Because the BSRQ info is on the component (i.e., global), we should detect when multiple different receive_queues values are specified and gracefully abort. How would we verify that the remote receive_queues values are the same? By

[OMPI devel] tickets for v1.3

2008-05-13 Thread Jeff Squyres
Brad/George -- Per the teleconf today, here's tickets that I promised: https://svn.open-mpi.org/trac/ompi/ticket/1210 - finish ibcm work (mainly: progress thread) https://svn.open-mpi.org/trac/ompi/ticket/1283 - error handling in the openib BTL https://svn.open-mpi.org/trac/ompi/ticket/1285 -

Re: [OMPI devel] btl_openib_iwarp.c : making platform specific calls

2008-05-13 Thread Jon Mason
On Tuesday 13 May 2008 09:56:13 am Don Kerr wrote: > I believe btl_open_iwarp.c is making platform specific calls. I don't Silly question, but I thought openib ONLY worked in Linux. If this is not the case, then this whole chunk of code will have to be redesigned (if it can even be done at

[OMPI devel] btl_openib_iwarp.c : making platform specific calls

2008-05-13 Thread Don Kerr
I believe btl_open_iwarp.c is making platform specific calls. I don't have jdmason's email and wanted to send this note out before todays con call. btl_openib_iwarp.c #include getifaddrs()

Re: [OMPI devel] heterogeneous OpenFabrics adapters

2008-05-13 Thread Pavel Shamis (Pasha)
Jeff, Your proposal for 1.3 sounds ok for me. For 1.4 we need review this point again. The qp information is split over 3 different structs: mca_btl_openub_module_qp_t (used by module), mca_btl_openib_qp_t (used by component) and mca_btl_openib_endpoint_qp_t (used by endpoint). Need see how we