Skip to content

Commit

Permalink
simplify output
Browse files Browse the repository at this point in the history
  • Loading branch information
plavin committed Apr 22, 2024
1 parent c8153e1 commit 53309aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sst/elements/ariel/tests/testMPI/hello.cc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ int main(int argc, char* argv[]) {
// This is here just to make sure it doesn't crash when the processes try to communicate.
MPI_Barrier(MPI_COMM_WORLD);
if (rank == 0) {
fprintf(output, "Rank 0: Barrier complete.\n");
printf("Rank 0: Barrier complete.\n");
}

if (argc > 1) {
Expand Down

0 comments on commit 53309aa

Please sign in to comment.