diff --git a/orte/mca/ess/hnp/ess_hnp_module.c b/orte/mca/ess/hnp/ess_hnp_module.c index c3f6cd4562..c686c1adfb 100644 --- a/orte/mca/ess/hnp/ess_hnp_module.c +++ b/orte/mca/ess/hnp/ess_hnp_module.c @@ -714,6 +714,8 @@ static int rte_finalize(void) /* output any lingering stdout/err data */ orte_iof_base_close(); + fflush(stdout); + fflush(stderr); /* ensure we scrub the session directory tree */ orte_session_dir_cleanup(ORTE_JOBID_WILDCARD);