1
1

Include the count when computing the remote size.

This commit was SVN r9001.
Этот коммит содержится в:
George Bosilca 2006-02-12 21:34:55 +00:00
родитель 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 *= convertor->count;
}
return ompi_convertor_create_stack_at_begining( convertor, ompi_ddt_local_sizes );