[OMPI devel] RFC: rewrite of ORTE OOB

2013-05-14 Thread Ralph Castain
Hi folks As most of you know, I have been working for quite some time on rewriting the OOB. It is now getting close to being ready to be committed. Unfortunately, I am changing jobs on May 20th (starting a position at Intel) that will cause a hopefully short "service interruption" in my ability

[OMPI devel] Openib + common/verbs CPC consolidation

2013-05-14 Thread Jeff Squyres (jsquyres)
FYI: On the teleconf today, we talked about the next dominos to fall in the quest to move the BTLs down to OPAL: 1. Nathan will make the openib "udcm" CPC the default in the immediate future --> This paves the way to ditch the problematic "oob" openib CPC --> This also will give udcm more w

[OMPI devel] Build warnings in trunk

2013-05-14 Thread Rolf vandeVaart
I have noticed several warnings while building the trunk. Feel free to fix anything that you are familiar with. CC sys_limits.lo ../../../opal/util/sys_limits.c: In function 'opal_util_init_sys_limits': ../../../opal/util/sys_limits.c:107:20: warning: 'lim' may be used uninitialized in t

Re: [OMPI devel] Build warnings in trunk

2013-05-14 Thread Nathan Hjelm
On Tue, May 14, 2013 at 02:30:17PM -0700, Rolf vandeVaart wrote: > I have noticed several warnings while building the trunk. Feel free to fix > anything that you are familiar with. > > CC mca_base_param.lo > ../../../../opal/mca/base/mca_base_param.c: In function 'register_param': > ../

Re: [OMPI devel] Build warnings in trunk

2013-05-14 Thread Ralph Castain
I can take a gander at these On May 14, 2013, at 2:30 PM, Rolf vandeVaart wrote: > CC base/oob_base_init.lo > ../../../../orte/mca/oob/base/oob_base_init.c: In function > 'mca_oob_base_init': > ../../../../orte/mca/oob/base/oob_base_init.c:55:43: warning: 's_component' > may be used uninit

Re: [OMPI devel] RFC: rewrite of ORTE OOB

2013-05-14 Thread Ralph Castain
I have placed a tarball of this branch for those willing to MTT it: http://www.open-mpi.org/~rhc/openmpi-1.9.tar.bz2 I will update if/when major changes are made. On May 13, 2013, at 9:00 PM, Ralph Castain wrote: > Hi folks > > As most of you know, I have been working for quite some time on