Skip to content

Commit

Permalink
#1111: active: fix bug in trace build
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Oct 16, 2020
1 parent 6e40b2c commit 0973c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vt/messaging/active.cc
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ void ActiveMessenger::recvDataDirect(
auto tr_end = vt::timing::Timing::getCurrentTime();
auto tr_note = fmt::format(
"Irecv(Data): from={}, bytes={}",
stat.MPI_SOURCE, num_probe_bytes
from, sublen
);
trace::addUserBracketedNote(tr_begin, tr_end, tr_note, trace_irecv);
}
Expand Down

0 comments on commit 0973c7b

Please sign in to comment.