Include the count when computing the remote size.
This commit was SVN r9001.
Этот коммит содержится в:
родитель
6323b47af5
Коммит
8b525ef21b
@ -306,7 +306,7 @@ inline int ompi_convertor_prepare( ompi_convertor_t* convertor,
|
|||||||
convertor->remote_size += (datatype->btypes[i] * ompi_ddt_basicDatatypes[i]->size);
|
convertor->remote_size += (datatype->btypes[i] * ompi_ddt_basicDatatypes[i]->size);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
convertor->remote_size *= convertor->count;
|
||||||
}
|
}
|
||||||
|
|
||||||
return ompi_convertor_create_stack_at_begining( convertor, ompi_ddt_local_sizes );
|
return ompi_convertor_create_stack_at_begining( convertor, ompi_ddt_local_sizes );
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user