Skip to content

Commit

Permalink
Fixing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
khuck committed Mar 22, 2021
1 parent 1fa7f37 commit bbfeb41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apex/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit bbfeb41

Please sign in to comment.