1
1

fix the return code, so we cleanup properly on errors

This commit was SVN r26173.
Этот коммит содержится в:
Josh Hursey 2012-03-21 17:53:34 +00:00
родитель 03a33417d5
Коммит 0fb6f1c7ac

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

@ -442,7 +442,7 @@ int ompi_comm_activate ( ompi_communicator_t** newcomm,
ret = (allredfnct)(&ok, &gok, 1, MPI_MIN, comm, bridgecomm,
local_leader, remote_leader, send_first );
if( OMPI_SUCCESS != ret ) {
return ret;
goto bail_on_error;
}