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 6c342ae commit 070d4c1Copy full SHA for 070d4c1
ompi/mpi/man/man3/MPI_Request_free.3in
@@ -3,6 +3,7 @@
3
.\" Copyright 2006-2008 Sun Microsystems, Inc.
4
.\" Copyright (c) 1996 Thinking Machines Corporation
5
.\" Copyright (c) 2020 Google, LLC. All rights reserved.
6
+.\" Copyright (c) 2020 FUJITSU LIMITED. All rights reserved.
7
.\" $COPYRIGHT$
8
.TH MPI_Request_free 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
9
.SH NAME
@@ -18,7 +19,8 @@ int MPI_Request_free(MPI_Request *request)
18
19
.fi
20
.SH Fortran Syntax
21
.nf
-\s-1INCLUDE\s0 'mpif.h'
22
+USE MPI
23
+! or the older form: INCLUDE 'mpif.h'
24
MPI_REQUEST_FREE(REQUEST, IERROR)
25
INTEGER REQUEST, IERROR
26
0 commit comments