From 2eecf90d1055346ad883706401f2dd0a760d5c7d Mon Sep 17 00:00:00 2001 From: Eric Phipps Date: Mon, 21 Oct 2024 14:50:54 -0600 Subject: [PATCH] Add missing dist-methods to Genten_JSON_Schema.hpp --- src/Genten_JSON_Schema.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {