From 64ccf789f263133df38bd99048f5f99a4a7b2c37 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Wed, 5 Sep 2012 16:25:15 +0000 Subject: [PATCH] Ensure the final output is printed cmr:v1.7 This commit was SVN r27240. --- orte/mca/ess/hnp/ess_hnp_module.c | 2 ++ 1 file changed, 2 insertions(+) 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);