We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f4b728 commit 2eb6284Copy full SHA for 2eb6284
1 file changed
src/par/src/partitionmgr.tcl
@@ -318,6 +318,9 @@ proc evaluate_hypergraph_solution { args } {
318
utl::error PAR 0925 "Missing mandatory argument -hypergraph_file."
319
}
320
set hypergraph_file $keys(-hypergraph_file)
321
+ if { ![info exists keys(-solution_file)] } {
322
+ utl::error PAR 0926 "Missing mandatory argument -solution_file."
323
+ }
324
set solution_file $keys(-solution_file)
325
set num_parts 2
326
set base_balance { 1.0 }
0 commit comments