Fortran 显示另外 2 个 定义由指定大小的指定块数组成的新数据类型。 每个块都是现有数据类型相同数量的元素的串联。 语法 c++ intMPIAPIMPI_Type_vector(intcount,intblocklength,intstride, MPI_Datatype oldtype, _Out_ MPI_Datatype *newtype ); 参数 计数 创建
Fortran 显示另外 3 个 定义由指定数量的块组成的新数据类型。 每个块都是现有数据类型中相同数量的元素的串联。 此函数类似于函数MPI_Type_vector,只不过步幅以字节而不是元素数指定。 语法 c++ intMPIAPIMPI_Type_create_hvector(intcount,intblocklength, MPI_Aint stride, MPI_Datatype oldtype, _Out_ MPI...