Oops! I've opened a PR for master (https://github.com/open-mpi/ompi/pull/4233), and will cherry pick it to the v3.0.x branch when that gets merged.
Thanks for the specific patch! > On Sep 19, 2017, at 12:37 AM, Ben Menadue <ben.mena...@nci.org.au> wrote: > > Hi, > > I’m seeing an extraneous “DONE” message being printed with OpenMPI 3.0.0 when > mapping by core: > > [bjm900@raijin7 pt2pt]$ mpirun -np 2 ./osu_bw > /dev/null > [bjm900@raijin7 pt2pt]$ mpirun -map-by core -np 2 ./osu_bw > /dev/null > [raijin7:14376] DONE > > This patch gets rid of the offending line — but I’m not sure if you want to > keep it and just make it only print for debug builds? > > --- a/orte/mca/rmaps/base/rmaps_base_ranking.c.old > +++ b/orte/mca/rmaps/base/rmaps_base_ranking.c > @@ -561,7 +561,6 @@ int orte_rmaps_base_compute_vpids(orte_job_t *jdata) > } > ORTE_ERROR_LOG(rc); > } > - opal_output(0, "DONE"); > return rc; > } > > Cheers, > Ben > > _______________________________________________ > devel mailing list > devel@lists.open-mpi.org > https://lists.open-mpi.org/mailman/listinfo/devel -- Jeff Squyres jsquy...@cisco.com _______________________________________________ devel mailing list devel@lists.open-mpi.org https://lists.open-mpi.org/mailman/listinfo/devel