Re: [OMPI devel] 1.7.5 end-of-week status report

2014-03-17 Thread Ralph Castain
Thanks Pasha! On Mar 17, 2014, at 4:05 PM, Shamis, Pavel wrote: >> >> I thought ORNL had addresed the cross-linkage as well. I am sure they >> will get a fix for that in the next couple of days. > > This was unused h file. I fixed it. > -Pasha > ___

Re: [OMPI devel] 1.7.5 end-of-week status report

2014-03-17 Thread Shamis, Pavel
> > I thought ORNL had addresed the cross-linkage as well. I am sure they > will get a fix for that in the next couple of days. This was unused h file. I fixed it. -Pasha

Re: [OMPI devel] 1.7.5 end-of-week status report

2014-03-17 Thread Nathan Hjelm
On Sun, Mar 16, 2014 at 08:19:32AM -0700, Ralph Castain wrote: > > On Mar 15, 2014, at 10:19 PM, Hjelm, Nathan T wrote: > > > On Friday, March 14, 2014 8:48 PM, devel [devel-boun...@open-mpi.org] on > > behalf of Ralph Castain [r...@open-mpi.org] wrote: > >> To: Open MPI Developers > >> Subject

[OMPI devel] ompi-tests "ompimtttester" account password changed

2014-03-17 Thread Jeff Squyres (jsquyres)
Many of you are using the "ompimtttester" SVN account for read-only access the ompi-tests SVN repository for MTT testing. Short version = There was an accidental disclosure of this SVN account's password in a public forum today, so we had to reset the password. If you represent a c

Re: [OMPI devel] usage of mca variables in orte-restart

2014-03-17 Thread Nathan Hjelm
Good catch. Fixing now. -Nathan On Mon, Mar 17, 2014 at 02:50:02PM +0100, Adrian Reber wrote: > On Fri, Mar 14, 2014 at 10:18:06PM +, Hjelm, Nathan T wrote: > > The preferred way is to use mca_base_var_find and then call > > mca_base_var_[set|get]_value. For performance sake we only look at

Re: [OMPI devel] usage of mca variables in orte-restart

2014-03-17 Thread Adrian Reber
On Fri, Mar 14, 2014 at 10:18:06PM +, Hjelm, Nathan T wrote: > The preferred way is to use mca_base_var_find and then call > mca_base_var_[set|get]_value. For performance sake we only look at the > environment when the variable is registered. I believe I found a bug in mca_base_var_set_value