Yes, we can get it fixed. Ralph is unavailable this week; I don't know offhand what he meant by his prior remarks. It's possible that https://github.com/open-mpi/ompi/commit/71ec5cfb436977ea9ad409ba634d27e6addf6fae; can you try changing the "!=" on line to be "=="? I.e., from
if (MCA_BASE_VAR_SOURCE_DEFAULT != source) { to if (MCA_BASE_VAR_SOURCE_DEFAULT == source) { I filed https://github.com/open-mpi/ompi/issues/2947 to track the issue. > On Feb 9, 2017, at 6:01 PM, Glenn Johnson <glenn-john...@uiowa.edu> wrote: > > Will this be fixed in the 2.0.3 release? > > Thanks. > > > Glenn > > On Mon, Feb 6, 2017 at 10:45 AM, Mark Dixon <m.c.di...@leeds.ac.uk> wrote: > On Mon, 6 Feb 2017, Mark Dixon wrote: > ... > Ah-ha! "-mca plm_rsh_agent foo" fixes it! > > Thanks very much - presumably I can stick that in the system-wide > openmpi-mca-params.conf for now. > ... > > Except if I do that, it means running ompi outside of the SGE environment no > longer works :( > > Should I just revoke the following commit? > > Cheers, > > Mark > > commit d51c2af76b0c011177aca8e08a5a5fcf9f5e67db > Author: Jeff Squyres <jsquy...@cisco.com> > Date: Tue Aug 16 06:58:20 2016 -0500 > > rsh: robustify the check for plm_rsh_agent default value > > Don't strcmp against the default value -- the default value may change > over time. Instead, check to see if the MCA var source is not > DEFAULT. > > Signed-off-by: Jeff Squyres <jsquy...@cisco.com> > > (cherry picked from commit > open-mpi/ompi@71ec5cfb436977ea9ad409ba634d27e6addf6fae) > > > _______________________________________________ > users mailing list > users@lists.open-mpi.org > https://rfd.newmexicoconsortium.org/mailman/listinfo/users > > _______________________________________________ > users mailing list > users@lists.open-mpi.org > https://rfd.newmexicoconsortium.org/mailman/listinfo/users -- Jeff Squyres jsquy...@cisco.com _______________________________________________ users mailing list users@lists.open-mpi.org https://rfd.newmexicoconsortium.org/mailman/listinfo/users