Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions MPI/mpi-info-get-function.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: MPI_Info_get function
TOCTitle: MPI_Info_get function
ms:assetid: f7909375-f67e-4339-9cce-7373813ab4bf
Expand All @@ -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
Expand All @@ -36,7 +38,7 @@ int MPIAPI MPI_Info_get(
- *info*
Info object.

- *key* \[in\]
- *key* [in]
Key.

- *valuelen*
Expand All @@ -45,7 +47,7 @@ int MPIAPI MPI_Info_get(
- *value*
Value.

- *flag* \[out\]
- *flag* [out]
True if key defined, false if not.

## Return value
Expand Down Expand Up @@ -92,6 +94,8 @@ Mpif.h</td>
</table>




## See also

[MPI Info Object Functions](mpi-info-object-functions.md)
Expand Down