Re: [OMPI devel] Need to know your Github ID

2014-09-10 Thread Deva
devendar -> bureddy On Wed, Sep 10, 2014 at 2:14 PM, Edgar Gabriel wrote: > edgar -> edgargabriel > > > On 9/10/2014 5:46 AM, Jeff Squyres (jsquyres) wrote: > >> As the next step of the planned migration to Github, I need to know: >> >> - Your Github ID (so that you can be added to the new OMPI

Re: [OMPI devel] Need to know your Github ID

2014-09-10 Thread Edgar Gabriel
edgar -> edgargabriel On 9/10/2014 5:46 AM, Jeff Squyres (jsquyres) wrote: As the next step of the planned migration to Github, I need to know: - Your Github ID (so that you can be added to the new OMPI git repo) - Your SVN ID (so that I can map SVN->Github IDs, and therefore map Trac tickets

Re: [OMPI devel] clang alignment warnings

2014-09-10 Thread George Bosilca
It complains about 0x2b1b1ed9 being misaligned which seems as a valid complaint. What is the dst value when this trigger? What is var->mbv_storage? George. On Thu, Sep 11, 2014 at 5:29 AM, Jeff Squyres (jsquyres) wrote: > On Sep 10, 2014, at 4:23 PM, Jeff Squyres (jsquyres) > wrote: > >

Re: [OMPI devel] clang alignment warnings

2014-09-10 Thread Jeff Squyres (jsquyres)
On Sep 10, 2014, at 4:23 PM, Jeff Squyres (jsquyres) wrote: > Regardless, what do we do about this? To answer my own question, I guess we can replace: dst->intval = int_value with int *bogus = (int*) dst; *bogus = int_value; and do a similar thing for the bool. Seems kludgey, and k

[OMPI devel] clang alignment warnings

2014-09-10 Thread Jeff Squyres (jsquyres)
With our newfound clang options, I'm seeing alignment errors in this block of code: https://github.com/open-mpi/ompi-svn-mirror/blob/master/opal/mca/base/mca_base_var.c#L662-L673 Specifically, it's warning on lines 664 (type INT) and 672 (type BOOL). The complaint is: - mca_base_var.c:664

Re: [OMPI devel] Need to know your Github ID

2014-09-10 Thread Jeff Squyres (jsquyres)
Thanks. I've got everyone who replied so far. On Sep 10, 2014, at 3:07 PM, Mangala Jyothi Bhaskar wrote: > mjbhaskar --> mjbhaskar > > On Sep 10, 2014 1:52 PM, "Oscar Vega-Gisbert" wrote: > osvegis -> osvegis > > El 10/09/14 12:46, Jeff Squyres (jsquyres) escribió: > As the next step of the

Re: [OMPI devel] Need to know your Github ID

2014-09-10 Thread Mangala Jyothi Bhaskar
mjbhaskar --> mjbhaskar On Sep 10, 2014 1:52 PM, "Oscar Vega-Gisbert" wrote: > osvegis -> osvegis > > El 10/09/14 12:46, Jeff Squyres (jsquyres) escribió: > >> As the next step of the planned migration to Github, I need to know: >> >> - Your Github ID (so that you can be added to the new OMPI git

Re: [OMPI devel] Need to know your Github ID

2014-09-10 Thread Oscar Vega-Gisbert
osvegis -> osvegis El 10/09/14 12:46, Jeff Squyres (jsquyres) escribió: As the next step of the planned migration to Github, I need to know: - Your Github ID (so that you can be added to the new OMPI git repo) - Your SVN ID (so that I can map SVN->Github IDs, and therefore map Trac tickets to

Re: [OMPI devel] race condition in grpcomm/rcd

2014-09-10 Thread Ralph Castain
I think I now have this fixed - let me know what you see. On Sep 9, 2014, at 6:15 AM, Ralph Castain wrote: > Yeah, that's not the correct fix. The right way to fix it is for all three > components to have their own RML tag, and for each of them to establish a > persistent receive. They then c

Re: [OMPI devel] Need to know your Github ID

2014-09-10 Thread Hadi Montakhabi
hadi -> hadimontakhabi On Wed, Sep 10, 2014 at 8:57 AM, Joshua Ladd wrote: > jladd -> jladd-mlnx > > > On Wed, Sep 10, 2014 at 8:45 AM, Shamis, Pavel wrote: > >> Jeff, >> pasha -> shamisp >> >> > -Original Message- >> > From: devel [mailto:devel-boun...@open-mpi.org] On Behalf Of Jeff >

Re: [OMPI devel] Need to know your Github ID

2014-09-10 Thread Pritchard Jr., Howard
hppritcha->hppritcha -Original Message- From: devel [mailto:devel-boun...@open-mpi.org] On Behalf Of Jeff Squyres (jsquyres) Sent: Wednesday, September 10, 2014 4:46 AM To: Open MPI Developers List Subject: [OMPI devel] Need to know your Github ID As the next step of the planned migrati

Re: [OMPI devel] Need to know your Github ID

2014-09-10 Thread Joshua Ladd
jladd -> jladd-mlnx On Wed, Sep 10, 2014 at 8:45 AM, Shamis, Pavel wrote: > Jeff, > pasha -> shamisp > > > -Original Message- > > From: devel [mailto:devel-boun...@open-mpi.org] On Behalf Of Jeff > > Squyres (jsquyres) > > Sent: Wednesday, September 10, 2014 6:46 AM > > To: Open MPI Dev

[OMPI devel] Fair warning: Mercurial and Github mirrors will disappear

2014-09-10 Thread Jeff Squyres (jsquyres)
Developers -- While a final timeline has not been set, please note that the Mercurial and Github mirrors of Open MPI's SVN repository are not long for this world. Once we switch over to Git/Github: 1. It will not be possible to maintain the Bitbuck Mercurial mirror any more. It will be retire

Re: [OMPI devel] Need to know your Github ID

2014-09-10 Thread Shamis, Pavel
Jeff, pasha -> shamisp > -Original Message- > From: devel [mailto:devel-boun...@open-mpi.org] On Behalf Of Jeff > Squyres (jsquyres) > Sent: Wednesday, September 10, 2014 6:46 AM > To: Open MPI Developers List > Subject: [OMPI devel] Need to know your Github ID > > As the next step of the

[OMPI devel] Need to know your Github ID

2014-09-10 Thread Jeff Squyres (jsquyres)
As the next step of the planned migration to Github, I need to know: - Your Github ID (so that you can be added to the new OMPI git repo) - Your SVN ID (so that I can map SVN->Github IDs, and therefore map Trac tickets to appropriate owners) Here's the list of SVN IDs who have committed over the