From 34ecc3ddbce2f42f08c4fee2c4a3b283ef8f00ee Mon Sep 17 00:00:00 2001 From: lixindi Date: Mon, 20 Nov 2023 14:56:05 +0800 Subject: [PATCH 1/5] Learn Editor: Update mpi-info-get-function.md --- MPI/mpi-info-get-function.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/MPI/mpi-info-get-function.md b/MPI/mpi-info-get-function.md index b810b4d..70c9b50 100644 --- a/MPI/mpi-info-get-function.md +++ b/MPI/mpi-info-get-function.md @@ -13,6 +13,7 @@ f1_keywords: dev_langs: - C++ - C + --- # MPI\_Info\_get function @@ -36,7 +37,7 @@ int MPIAPI MPI_Info_get( - *info* Info object. - - *key* \[in\] + - *key* [in] Key. - *valuelen* @@ -45,7 +46,7 @@ int MPIAPI MPI_Info_get( - *value* Value. - - *flag* \[out\] + - *flag* [out] True if key defined, false if not. ## Return value @@ -92,6 +93,8 @@ Mpif.h + + ## See also [MPI Info Object Functions](mpi-info-object-functions.md) From 15e216b910d8825abbf35c425e3b4ab2b8bd8ebc Mon Sep 17 00:00:00 2001 From: lixindi Date: Mon, 20 Nov 2023 14:56:11 +0800 Subject: [PATCH 2/5] update Metadata --- MPI/mpi-info-get-function.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/MPI/mpi-info-get-function.md b/MPI/mpi-info-get-function.md index 70c9b50..4385797 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 @@ -13,7 +13,8 @@ f1_keywords: dev_langs: - C++ - C - +- golang +description: test description --- # MPI\_Info\_get function From 9479eedb8e9c384f698d0657edfd0767b5eeedf3 Mon Sep 17 00:00:00 2001 From: lixindi Date: Mon, 20 Nov 2023 14:57:02 +0800 Subject: [PATCH 3/5] update Metadata --- MPI/mpi-info-get-function.md | 1 - 1 file changed, 1 deletion(-) diff --git a/MPI/mpi-info-get-function.md b/MPI/mpi-info-get-function.md index 4385797..93dc68e 100644 --- a/MPI/mpi-info-get-function.md +++ b/MPI/mpi-info-get-function.md @@ -11,7 +11,6 @@ f1_keywords: - mpif/MPI_Info_get - mpi/MPI_INFO_GET dev_langs: -- C++ - C - golang description: test description From 7f590b157d11eb5acf57f40989dd2b57228a303e Mon Sep 17 00:00:00 2001 From: lixindi Date: Mon, 4 Dec 2023 14:46:31 +0800 Subject: [PATCH 4/5] update Metadata --- MPI/mpi-info-get-function.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MPI/mpi-info-get-function.md b/MPI/mpi-info-get-function.md index 93dc68e..f4e32a6 100644 --- a/MPI/mpi-info-get-function.md +++ b/MPI/mpi-info-get-function.md @@ -13,7 +13,7 @@ f1_keywords: dev_langs: - C - golang -description: test description +description: test description-2 --- # MPI\_Info\_get function From 06f43c63bdf334ea406b551ef0f131f3e055fae8 Mon Sep 17 00:00:00 2001 From: lixindi Date: Tue, 5 Dec 2023 16:11:19 +0800 Subject: [PATCH 5/5] update Metadata --- MPI/mpi-info-get-function.md | 1 + 1 file changed, 1 insertion(+) diff --git a/MPI/mpi-info-get-function.md b/MPI/mpi-info-get-function.md index f4e32a6..0a4fb66 100644 --- a/MPI/mpi-info-get-function.md +++ b/MPI/mpi-info-get-function.md @@ -14,6 +14,7 @@ dev_langs: - C - golang description: test description-2 +test: false --- # MPI\_Info\_get function