diff --git a/src/Genten_JSON_Schema.hpp b/src/Genten_JSON_Schema.hpp index f1d381d5eb..f2fc16da4e 100644 --- a/src/Genten_JSON_Schema.hpp +++ b/src/Genten_JSON_Schema.hpp @@ -298,7 +298,7 @@ static nlohmann::json json_schema = R"( }, "dist-method": { "description": "Distributed Ktensor update method", - "enum": ["all-reduce", "all-gather", "tpetra"], + "enum": ["all-reduce", "tpetra", "all-gather-reduce", "one-sided", "two-sided"], "default": "all-reduce" }, "optimize-maps": {