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,28 +1,28 @@
.TH MPI_Testall 3 "11/10/2017" " " "MPI"
.TH MPI_Testall 3 "6/5/2019" " " "MPI"
.SH NAME
MPI_Testall \- Tests for the completion of all previously initiated requests
.SH SYNOPSIS
.nf
int MPI_Testall(int count, MPI_Request array_of_requests[], int *flag,
MPI_Status array_of_statuses[])
int MPI_Testall(int count, MPI_Request array_of_requests[], int *flag,
MPI_Status array_of_statuses[])
.fi
.SH INPUT PARAMETERS
.PD 0
.TP
.B count
- lists length (integer)
- lists length (integer)
.PD 1
.PD 0
.TP
.B array_of_requests
- array of requests (array of handles)
- array of requests (array of handles)
.PD 1
.SH OUTPUT PARAMETERS
.PD 0
.TP
.B flag
- True if all requests have completed; false otherwise (logical)
- True if all requests have completed; false otherwise (logical)
.PD 1
.PD 0
.TP