Loading src/worker/worker.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -206,12 +206,14 @@ worker::run() { } } const auto tempworkers = ::make_communicator( auto tempworkers = ::make_communicator( workers, workers.group().exclude( ranks_to_exclude.begin(), ranks_to_exclude.end()), 0); // The communicator is not correct if ranks are empty if (workers.size()==1) tempworkers = workers; m_ops.emplace(std::make_pair( make_pair(input_path, output_path), Loading Loading
src/worker/worker.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -206,12 +206,14 @@ worker::run() { } } const auto tempworkers = ::make_communicator( auto tempworkers = ::make_communicator( workers, workers.group().exclude( ranks_to_exclude.begin(), ranks_to_exclude.end()), 0); // The communicator is not correct if ranks are empty if (workers.size()==1) tempworkers = workers; m_ops.emplace(std::make_pair( make_pair(input_path, output_path), Loading