intMPIAPIMPI_Type_create_struct(intcount, _In_count_(count)intarray_of_blocklengths[], _In_count_(count) MPI_Aint array_of_displacements[], _In_count_(count) MPI_Datatype array_of_types[], _Out_ MPI_Datatype *newtype ); 参数 ...
Dear all, I have some basic question about MPI about SENDRECV and MPI_TYPE_CREATE_STRUCT. First: MPI_TYPE_CREATE_STRUCT. As suggested by James
MPI_TYPE_CREATE_STRUCT(COUNT, ARRAY_OF_BLOCKLENGTHS, ARRAY_OF_DISPLACEMENTS, ARRAY_OF_TYPES, NEWTYPE, IERROR)COUNT, ARRAY_OF_BLOCKLENGTHS, ARRAY_OF_DISPLACEMENTS, ARRAY_OF_TYPES, NEWTYPE, IERROR 注釈 この関数は、非推奨のMPI_Type_struct関数を置き換えます。