intMPIAPIMPI_Type_create_resized( MPI_Datatype oldtype, MPI_Aint lb, MPI_Aint extent, _Out_ MPI_Datatype *newtype ); 参数 oldtype 输入数据类型。 lb 数据类型的新下限。 extent 数据类型的新范围。 newtype[out] 输出数据类型。 返回值 ...
int MPIAPI MPI_Type_create_resized( MPI_Datatype oldtype, MPI_Aint lb, MPI_Aint extent, _Out_ MPI_Datatype *newtype ); パラメーター oldtype 入力データ型。 lb データ型の新しい下限。 extent データ型の新しいエクステント。 newtype [out] 出力データ型。 戻り値 成功したMPI_...