fix the return code, so we cleanup properly on errors
This commit was SVN r26173.
Этот коммит содержится в:
родитель
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;
|
||||
}
|
||||
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user