Skip to content

Commit

Permalink
fix typo in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
airmler committed Dec 28, 2021
1 parent e4f1a90 commit 88c1013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface/common.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ namespace CTF_int {
TAU_FSTART(bcast);
MPI_Bcast(buf, count, mdtype, root, cm);
MPI_Barrier(cm);
TAU_FSTART(bcast);
TAU_FSTOP(bcast);
#ifdef TUNE
MPI_Barrier(cm);
double exe_time = MPI_Wtime()-st_time;
Expand Down

0 comments on commit 88c1013

Please sign in to comment.