Statements (21)
Predicate | Object |
---|---|
gptkbp:instance_of |
gptkb:Mathematics
|
gptkbp:data_return |
gptkb:MPI__Datatype
|
gptkbp:description |
Creates a new datatype that is a resized version of an existing datatype.
|
gptkbp:error_handling |
Returns MPI_ SUCCESS on success.
May return MPI_ ERR_ ARG if lb or extent is invalid. May return MPI_ ERR_ TYPE if oldtype is not a valid datatype. |
gptkbp:example |
MPI_ Type_create_resized(oldtype, lb, extent, &newtype);
|
gptkbp:header_file |
mpi.h
|
https://www.w3.org/2000/01/rdf-schema#label |
MPI Type create resized
|
gptkbp:introduced_in |
gptkb:MPI-1
|
gptkbp:orbital_period |
lb
extent oldtype |
gptkbp:part_of |
gptkb:MPI_standard
|
gptkbp:related_to |
gptkb:MPI__Type_create_struct
gptkb:MPI__Type_create_contiguous MPI_ Type_commit MPI_ Type_free |
gptkbp:usage |
Used in MPI for creating custom data types.
|
gptkbp:bfsParent |
gptkb:MPI__Datatype
|
gptkbp:bfsLayer |
6
|