Skip to content

Commit 9343d18

Browse files
committed
MPI_Type_get_envelope.3in: update for MPI-3.0
Fix some information in the MPI_Type_get_envelope.3in man page. Note that all man pages are in the process of being converted to ReStructured Text; this commit allows us to update the information before the automated conversion is complete (and the generated ReStructured Text man pages will therefore automatically include this update). Signed-off-by: Jeff Squyres <[email protected]>
1 parent 077f174 commit 9343d18

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

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

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" -*- nroff -*-
2-
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
2+
.\" Copyright (c) 2010-2022 Cisco Systems, Inc. All rights reserved.
33
.\" Copyright 2006-2008 Sun Microsystems, Inc.
44
.\" Copyright (c) 1996 Thinking Machines Corporation
55
.\" Copyright (c) 2020 Google, LLC. All rights reserved.
@@ -77,20 +77,14 @@ MPI_COMBINER_NAMED a named predefined data type
7777
MPI_COMBINER_DUP MPI_Type_dup
7878
MPI_COMBINER_CONTIGUOUS MPI_Type_contiguous
7979
MPI_COMBINER_VECTOR MPI_Type_vector
80-
MPI_COMBINER_HVECTOR_INTEGER MPI_Type_hvector from Fortran
81-
MPI_COMBINER_HVECTOR MPI_Type_hvector from C
82-
and MPI_Type_create for
83-
all languages
80+
MPI_COMBINER_HVECTOR MPI_Type_hvector
81+
and MPI_Type_create_hvector
8482
MPI_COMBINER_INDEXED MPI_Type_indexed
85-
MPI_COMBINER_HINDEXED_INTEGER MPI_Type_hindexed from Fortran
86-
MPI_COMBINER_HINDEXED MPI_Type_hindexed from C
83+
MPI_COMBINER_HINDEXED MPI_Type_hindexed
8784
and MPI_Type_create_hindexed
88-
for all languages
8985
MPI_COMBINER_INDEXED_BLOCK MPI_Type_create_indexed_block
90-
MPI_COMBINER_STRUCT_INTEGER MPI_Type_struct from Fortran
91-
MPI_COMBINER_STRUCT MPI_Type_struct from C
86+
MPI_COMBINER_STRUCT MPI_Type_struct
9287
and MPI_Type_create_struct
93-
for all languages
9488
MPI_COMBINER_SUBARRAY MPI_Type_create_subarray
9589
MPI_COMBINER_DARRAY MPI_Type_create_darray
9690
MPI_COMBINER_F90_REAL MPI_Type_create_f90_real

0 commit comments

Comments
 (0)