1 <!--- Test RCB with Rectilinear blocks. Michael Gestrich reported that
2 non-rectilinear blocks were returned with
this test problem.
3 Feature: many elements with zero
weights; rectilinear blocks -->
5 <ParameterList name=
"RectilinearRCB_left">
7 <ParameterList name=
"InputParameters">
8 <Parameter name=
"input file" type=
"string" value=
"rectilinearRCB_left"/>
9 <Parameter name=
"file type" type=
"string" value=
"Chaco"/>
12 <ParameterList name=
"Problem 1">
14 <Parameter name=
"kind" type=
"string" value=
"partitioning"/>
16 <ParameterList name=
"InputAdapterParameters">
17 <Parameter name=
"data type" type=
"string" value=
"coordinates"/>
18 <Parameter name=
"input adapter" type=
"string" value=
"BasicVector"/>
21 <ParameterList name=
"Zoltan2Parameters">
22 <Parameter name=
"algorithm" type=
"string" value=
"rcb"/>
23 <Parameter name=
"rectilinear" type=
"bool" value=
"true"/>
24 <Parameter name=
"num_global_parts" type=
"int" value=
"2"/>
25 <Parameter name=
"compute_metrics" type=
"bool" value=
"true"/>
29 <ParameterList name=
"Metrics">
30 <ParameterList name=
"metriccheck1">
31 <Parameter name=
"check" type=
"string" value=
"imbalance"/>
32 <Parameter name=
"lower" type=
"double" value=
"1.49"/>
33 <Parameter name=
"upper" type=
"double" value=
"1.51"/>
35 <ParameterList name=
"metriccheck2">
36 <Parameter name=
"check" type=
"string" value=
"imbalance"/>
37 <Parameter name=
"weight" type=
"int" value=
"0"/>
38 <Parameter name=
"lower" type=
"double" value=
"0.99"/>
39 <Parameter name=
"upper" type=
"double" value=
"1.01"/>