diff --git a/MPI/mpi-info-get-function.md b/MPI/mpi-info-get-function.md index b810b4d..0a4fb66 100644 --- a/MPI/mpi-info-get-function.md +++ b/MPI/mpi-info-get-function.md @@ -1,4 +1,4 @@ ---- +--- title: MPI_Info_get function TOCTitle: MPI_Info_get function ms:assetid: f7909375-f67e-4339-9cce-7373813ab4bf @@ -11,8 +11,10 @@ f1_keywords: - mpif/MPI_Info_get - mpi/MPI_INFO_GET dev_langs: -- C++ - C +- golang +description: test description-2 +test: false --- # MPI\_Info\_get function @@ -36,7 +38,7 @@ int MPIAPI MPI_Info_get( - *info* Info object. - - *key* \[in\] + - *key* [in] Key. - *valuelen* @@ -45,7 +47,7 @@ int MPIAPI MPI_Info_get( - *value* Value. - - *flag* \[out\] + - *flag* [out] True if key defined, false if not. ## Return value @@ -92,6 +94,8 @@ Mpif.h + + ## See also [MPI Info Object Functions](mpi-info-object-functions.md)