Re: [OMPI devel] Program which runs wih 1.8.3, fails with 2.0.2

2017-04-19 Thread Kevin Buckley
On 20 April 2017 at 12:58, r...@open-mpi.org wrote: > Fully expected - if ORTE can’t start one or more daemons, then the MPI job > itself will never be executed. > > There was an SGE integration issue in the 2.0 series - I fixed it, but IIRC > it didn’t quite make the 2.0.2

Re: [OMPI devel] Program which runs wih 1.8.3, fails with 2.0.2

2017-04-19 Thread Kevin Buckley
On 20 April 2017 at 12:58, r...@open-mpi.org wrote: > Fully expected - if ORTE can’t start one or more daemons, then the MPI job > itself will never be executed. > > There was an SGE integration issue in the 2.0 series - I fixed it, but IIRC > it didn’t quite make the 2.0.2

Re: [OMPI devel] Program which runs wih 1.8.3, fails with 2.0.2

2017-04-19 Thread Kevin Buckley
On 20 April 2017 at 12:58, r...@open-mpi.org wrote: > Fully expected - if ORTE can’t start one or more daemons, then the MPI job > itself will never be executed. > > There was an SGE integration issue in the 2.0 series - I fixed it, but IIRC > it didn’t quite make the 2.0.2

Re: [OMPI devel] Program which runs wih 1.8.3, fails with 2.0.2

2017-04-19 Thread r...@open-mpi.org
Fully expected - if ORTE can’t start one or more daemons, then the MPI job itself will never be executed. There was an SGE integration issue in the 2.0 series - I fixed it, but IIRC it didn’t quite make the 2.0.2 release. In fact, I just checked and it did indeed miss that release. You have

Re: [OMPI devel] Program which runs wih 1.8.3, fails with 2.0.2

2017-04-19 Thread Kevin Buckley
On 19 April 2017 at 18:35, Kevin Buckley wrote: > If I compile against 2.0.2 the same command works at the command line > but not in the "SGE" job submission, where I see a complaint about > > = > Host key verification

[OMPI devel] Program which runs wih 1.8.3, fails with 2.0.2

2017-04-19 Thread Kevin Buckley
I have source code for MrBayes. If I compile against OpenMPI 1.8.3, then an mpirun -np4 mb < somefile.txt works at both the command line and in an "SGE" job submission where I'm tagetting 4 cores on the same node. If I compile against 2.0.2 the same command works at the command line but not in