Skip to content

Commit 33c5d94

Browse files
hvelabocaisa
andauthored
Update docs/using_eessi/building_on_eessi.md
Co-authored-by: ocaisa <[email protected]>
1 parent 967905d commit 33c5d94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/using_eessi/building_on_eessi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ int main(int argc, char **argv)
162162
int node;
163163
164164
MPI_Init(&argc,&argv);
165-
MPI_Comm_rank(MPI_COMM_WORLD, &node);
165+
MPI_Comm_rank(MPI_COMM_WORLD, &rank);
166166
167-
printf("Hello World from Node %d\n",node);
167+
printf("Hello World from MPI rank %d\n", rank);
168168
169169
MPI_Finalize();
170170
}

0 commit comments

Comments
 (0)