106 结构
通过数组来描述结构
元素的个数(
array_of_len
)
偏移或者位置(
array_of_displs
)
数据类型(
array_of_types
)
MPI_Type_structure( count, array_of_len, array_of_displs, array_of_types, &newtype );
Copyright: NPACT