File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -84,20 +84,11 @@ MPI_COMBINER_NAMED a named predefined data type
8484MPI_COMBINER_DUP MPI_Type_dup
8585MPI_COMBINER_CONTIGUOUS MPI_Type_contiguous
8686MPI_COMBINER_VECTOR MPI_Type_vector
87- MPI_COMBINER_HVECTOR_INTEGER MPI_Type_hvector from Fortran
88- MPI_COMBINER_HVECTOR MPI_Type_hvector from C or C++
89- and MPI_Type_create for
90- all languages
87+ MPI_COMBINER_HVECTOR MPI_Type_hvector
9188MPI_COMBINER_INDEXED MPI_Type_indexed
92- MPI_COMBINER_HINDEXED_INTEGER MPI_Type_hindexed from Fortran
93- MPI_COMBINER_HINDEXED MPI_Type_hindexed from C or C++
94- and MPI_Type_create_hindexed
95- for all languages
89+ MPI_COMBINER_HINDEXED MPI_Type_hindexed
9690MPI_COMBINER_INDEXED_BLOCK MPI_Type_create_indexed_block
97- MPI_COMBINER_STRUCT_INTEGER MPI_Type_struct from Fortran
98- MPI_COMBINER_STRUCT MPI_Type_struct from C or C++
99- and MPI_Type_create_struct
100- for all languages
91+ MPI_COMBINER_STRUCT MPI_Type_struct
10192MPI_COMBINER_SUBARRAY MPI_Type_create_subarray
10293MPI_COMBINER_DARRAY MPI_Type_create_darray
10394MPI_COMBINER_F90_REAL MPI_Type_create_f90_real
You can’t perform that action at this time.
0 commit comments