1
1

Initialize size_count to count to avoid non-deterministic behaviour when

we use it later.

This commit was SVN r6352.
Этот коммит содержится в:
Josh Hursey 2005-07-05 20:59:35 +00:00
родитель 888f0c5afd
Коммит 3d9d67eae9

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

@ -614,6 +614,7 @@ static int ompi_comm_allreduce_intra_oob (int *inbuf, int *outbuf,
local_leader = (*((int*)lleader));
remote_leader = (orte_process_name_t*)rleader;
size_count = count;
if ( &ompi_mpi_op_sum != op && &ompi_mpi_op_prod != op &&
&ompi_mpi_op_max != op && &ompi_mpi_op_min != op ) {