We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b54fdf5 commit 63a1968Copy full SHA for 63a1968
ompi/mpi/man/man3/MPI_Type_get_name.3in
@@ -20,7 +20,7 @@ int MPI_Type_get_name(MPI_Datatype \fItype\fP, char *\fItype_name\fP,
20
.nf
21
USE MPI
22
! or the older form: INCLUDE 'mpif.h'
23
-TYPE_GET_NAME(\fITYPE, TYPE_NAME, RESULTLEN, IERROR\fP)
+MPI_TYPE_GET_NAME(\fITYPE, TYPE_NAME, RESULTLEN, IERROR\fP)
24
INTEGER \fITYPE, RESULTLEN, IERROR \fP
25
CHARACTER*(*) \fITYPE_NAME\fP
26
0 commit comments