WIP (distributed)

This commit is contained in:
Ronan Collobert
2025-10-31 13:20:09 -07:00
parent 8277e71ea9
commit b48d298205

View File

@@ -55,7 +55,8 @@ class EmptyGroup : public GroupImpl {
return 1; return 1;
} }
std::shared_ptr<GroupImpl> split(int color, int key = -1) override { std::shared_ptr<GroupImpl> split(int /* color */, int /* key */ = -1)
override {
throw std::runtime_error("Cannot split the distributed group further."); throw std::runtime_error("Cannot split the distributed group further.");
} }