Re: [OMPI users] Is gridengine integration broken in openmpi 2.0.2?

2017-02-13 Thread r...@open-mpi.org
I dug into this further, and the simplest solution for now is to simply do one of the following: * replace the “!=“ with “==“ in the test, as Jeff indicated; or * revert the commit Mark identified Both options will restore the original logic. Given that someone already got it wrong, I have cla

Re: [OMPI users] Is gridengine integration broken in openmpi 2.0.2?

2017-02-12 Thread r...@open-mpi.org
Yeah, I’ll fix it this week. The problem is that you can’t check the source as being default as the default is ssh - so the only way to get the current code to check for qrsh is to specify something other than the default ssh (it doesn’t matter what you specify - anything will get you past the e

Re: [OMPI users] Is gridengine integration broken in openmpi 2.0.2?

2017-02-09 Thread Jeff Squyres (jsquyres)
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_VA

Re: [OMPI users] Is gridengine integration broken in openmpi 2.0.2?

2017-02-09 Thread Glenn Johnson
Will this be fixed in the 2.0.3 release? Thanks. Glenn On Mon, Feb 6, 2017 at 10:45 AM, Mark Dixon 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.

Re: [OMPI users] Is gridengine integration broken in openmpi 2.0.2?

2017-02-06 Thread Mark Dixon
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 j

Re: [OMPI users] Is gridengine integration broken in openmpi 2.0.2?

2017-02-06 Thread Mark Dixon
On Fri, 3 Feb 2017, r...@open-mpi.org wrote: I do see a diff between 2.0.1 and 2.0.2 that might have a related impact. The way we handled the MCA param that specifies the launch agent (ssh, rsh, or whatever) was modified, and I don’t think the change is correct. It basically says that we don’t

Re: [OMPI users] Is gridengine integration broken in openmpi 2.0.2?

2017-02-03 Thread r...@open-mpi.org
I don’t think so - at least, that isn’t the code I was looking at. > On Feb 3, 2017, at 9:43 AM, Glenn Johnson wrote: > > Is this the same issue that was previously fixed in PR-1960? > > https://github.com/open-mpi/ompi/pull/1960/files > > >

Re: [OMPI users] Is gridengine integration broken in openmpi 2.0.2?

2017-02-03 Thread Glenn Johnson
Is this the same issue that was previously fixed in PR-1960? https://github.com/open-mpi/ompi/pull/1960/files Glenn On Fri, Feb 3, 2017 at 10:56 AM, r...@open-mpi.org wrote: > I do see a diff between 2.0.1 and 2.0.2 that might have a related impact. > The way we handled the MCA param that spe

Re: [OMPI users] Is gridengine integration broken in openmpi 2.0.2?

2017-02-03 Thread r...@open-mpi.org
I do see a diff between 2.0.1 and 2.0.2 that might have a related impact. The way we handled the MCA param that specifies the launch agent (ssh, rsh, or whatever) was modified, and I don’t think the change is correct. It basically says that we don’t look for qrsh unless the MCA param has been ch

Re: [OMPI users] Is gridengine integration broken in openmpi 2.0.2?

2017-02-03 Thread Mark Dixon
On Fri, 3 Feb 2017, Reuti wrote: ... SGE on its own is not configured to use SSH? (I mean the entries in `qconf -sconf` for rsh_command resp. daemon). ... Nope, everything left as the default: $ qconf -sconf | grep _command qlogin_command builtin rlogin_command buil

Re: [OMPI users] Is gridengine integration broken in openmpi 2.0.2?

2017-02-03 Thread Reuti
Hi, > Am 03.02.2017 um 17:10 schrieb Mark Dixon : > > Hi, > > Just tried upgrading from 2.0.1 to 2.0.2 and I'm getting error messages that > look like openmpi is using ssh to login to remote nodes instead of qrsh (see > below). Has anyone else noticed gridengine integration being broken, or am