Emilio J. Padron
2009-02-10 10:29:51 UTC
Hi all,
I am a bit confused about the non-existence of a couterpart for the
function MPI_Type_create_indexed_block :-?
I often need to send fixed length blocks with arbitrary positions in
memory and I am obligued to allocate a large array to be filled with
a constant blocklength so as to use MPI_Type_create_hindexed.
I really don't understand the point behind the absence of a
MPI_Type_create_hindexed_block in MPI specifications.
Any workaround to the stupid array of fixed blocklengths?
Thank you and sorry for the rant. This issue is really bothering me...
Emilio
I am a bit confused about the non-existence of a couterpart for the
function MPI_Type_create_indexed_block :-?
I often need to send fixed length blocks with arbitrary positions in
memory and I am obligued to allocate a large array to be filled with
a constant blocklength so as to use MPI_Type_create_hindexed.
I really don't understand the point behind the absence of a
MPI_Type_create_hindexed_block in MPI specifications.
Any workaround to the stupid array of fixed blocklengths?
Thank you and sorry for the rant. This issue is really bothering me...
Emilio