Skip to content

Commit

Permalink
Add missing dist-methods to Genten_JSON_Schema.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
etphipp authored Oct 21, 2024
1 parent 0535c77 commit 2eecf90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Genten_JSON_Schema.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 2eecf90

Please sign in to comment.