From c98e6289467a046a1d6a5584ebddf79fd49e2798 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt <mikael@djurfeldt.com> Date: Tue, 19 Jul 2022 14:29:12 +0200 Subject: [PATCH] Updated comment --- mpidep/mpidep.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpidep/mpidep.cc b/mpidep/mpidep.cc index 979389b..2beaba6 100644 --- a/mpidep/mpidep.cc +++ b/mpidep/mpidep.cc @@ -58,7 +58,7 @@ extern "C" { #endif /* - * Predict the local MPI process rank before having called MPI::Init + * Predict the local MPI process rank before having called MPI_Init * * MPI implementations typically passes meta information either through * argc and argv (MPICH) or through the environment (OpenMPI). -- GitLab