Commit 2def3bdd authored by Marc Vef's avatar Marc Vef
Browse files

Ignore self mode to be able to ignore na+sm during psm2

parent 62e7e8f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -238,7 +238,7 @@ void load_hosts() {
        } else {
            CTX->local_host_id(0);
        }
        LOG(INFO, "Local id set to {} due to ignore self running", CTX->local_host_id());
        LOG(INFO, "Local id set to {}", CTX->local_host_id());

        for (auto id: host_ids) {
            const auto& uri = hosts.at(id).second;