From 59a71765cf4b645b9dfc3afce98668c2ef051f37 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Mon, 22 Jul 2013 22:58:03 +0000 Subject: [PATCH] Hmmm...these error outputs will never occur, which is probably not what the author intended. So do the output and THEN jump to the error exit. This commit was SVN r28918. --- ompi/mca/bcol/basesmuma/bcol_basesmuma_setup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ompi/mca/bcol/basesmuma/bcol_basesmuma_setup.c b/ompi/mca/bcol/basesmuma/bcol_basesmuma_setup.c index 2adbd4fbaa..3110b73b99 100644 --- a/ompi/mca/bcol/basesmuma/bcol_basesmuma_setup.c +++ b/ompi/mca/bcol/basesmuma/bcol_basesmuma_setup.c @@ -156,9 +156,9 @@ int base_bcol_basesmuma_exchange_offsets( &(sm_bcol_module->super.sbgp_partner_module->my_index),1,OPAL_UINT32); if (OMPI_SUCCESS != ret) { - goto ERROR; - fprintf(stderr,"ORTE error packing my_index!!\n"); + fprintf(stderr,"Error packing my_index!!\n"); fflush(stderr); + goto ERROR; } /* pack the offset of the allocated region */