Skip to content

Commit 65eb118

Browse files
committed
MPI_Type_get_envelope: remove MPI-1 deleted names
Several names are now no longer returned by MPI_Type_get_envelope. Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 parent 6494626 commit 65eb118

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

ompi/mpi/man/man3/MPI_Type_get_envelope.3in

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -84,20 +84,11 @@ MPI_COMBINER_NAMED a named predefined data type
8484
MPI_COMBINER_DUP MPI_Type_dup
8585
MPI_COMBINER_CONTIGUOUS MPI_Type_contiguous
8686
MPI_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
9188
MPI_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
9690
MPI_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
10192
MPI_COMBINER_SUBARRAY MPI_Type_create_subarray
10293
MPI_COMBINER_DARRAY MPI_Type_create_darray
10394
MPI_COMBINER_F90_REAL MPI_Type_create_f90_real

0 commit comments

Comments
 (0)