1
1

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.
Этот коммит содержится в:
Ralph Castain 2013-07-22 22:58:03 +00:00
родитель 6c1a140e99
Коммит 59a71765cf

Просмотреть файл

@ -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 */