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