File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -84,11 +84,20 @@ 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 MPI_Type_hvector
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
8891MPI_COMBINER_INDEXED MPI_Type_indexed
89- MPI_COMBINER_HINDEXED MPI_Type_hindexed
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
9096MPI_COMBINER_INDEXED_BLOCK MPI_Type_create_indexed_block
91- MPI_COMBINER_STRUCT MPI_Type_struct
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
92101MPI_COMBINER_SUBARRAY MPI_Type_create_subarray
93102MPI_COMBINER_DARRAY MPI_Type_create_darray
94103MPI_COMBINER_F90_REAL MPI_Type_create_f90_real
You can’t perform that action at this time.
0 commit comments