We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e471f commit 2daccb6Copy full SHA for 2daccb6
src/vt/trace/trace_lite.cc
@@ -542,8 +542,6 @@ void TraceLite::flushTracesFile(bool useGlobalSync) {
542
543
void TraceLite::writeTracesFile(int flush, bool is_incremental_flush) {
544
auto const node = theContext()->getNode();
545
- auto const comm = theContext()->getComm();
546
- auto const comm_size = theContext()->getNumNodes();
547
548
vt::runInEpochCollective([&]{
549
proxy.reduce<vt::collective::PlusOp>(0, std::move(user_event_));
0 commit comments