update mpich linux

This commit is contained in:
Bassem Girgis
2019-08-10 18:46:24 -05:00
parent fd76cc3a51
commit 9b1ac8cf33
867 changed files with 11634 additions and 13950 deletions

View File

@@ -1,11 +1,11 @@
.TH MPI_Finalized 3 "11/10/2017" " " "MPI"
.TH MPI_Finalized 3 "6/5/2019" " " "MPI"
.SH NAME
MPI_Finalized \- Indicates whether
.I MPI_Finalize
has been called.
.SH SYNOPSIS
.nf
int MPI_Finalized( int *flag )
int MPI_Finalized(int *flag)
.fi
.SH OUTPUT PARAMETERS
.PD 0
@@ -13,7 +13,7 @@ int MPI_Finalized( int *flag )
.B flag
- Flag is true if
.I MPI_Finalize
has been called and false otherwise.
has been called and false otherwise.
(logical)
.PD 1