From bbfeb415911c1517c9b30ff497432ef4fbc399f7 Mon Sep 17 00:00:00 2001 From: Kevin Huck Date: Mon, 22 Mar 2021 16:09:38 -0700 Subject: [PATCH] Fixing comment --- src/apex/utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apex/utils.cpp b/src/apex/utils.cpp index 2484d5d5..f9c23aaa 100644 --- a/src/apex/utils.cpp +++ b/src/apex/utils.cpp @@ -434,7 +434,7 @@ uint64_t test_for_MPI_comm_rank(uint64_t commrank) { // printf("Changing ALPS rank to %lu\n", commrank); return commrank; } - // cray + // cray PMI tmpvar = getenv("CRAY_PMI_RANK"); if (tmpvar != NULL) { commrank = atol(tmpvar);