Zoltan2
Loading...
Searching...
No Matches
basic.xml
Go to the documentation of this file.
1<!--
2 Comments can go here.
3-->
4
5<Tests name="testDriverTest" >
6
7 <Test name="basic" >
8
9 <TestParameters >
10 <inputFile name="simple.mtx" />
11 <weights objectWeightDimension="0"
12 edgeWeightDimension="0" />
13 <coordinates coordinateDimension="0" />
14 <inputAdapter name="BasicCoordinateInput" />
15
16 <passingCriteria >
17 <imbalance lessThan="1.2" />
18 </passingCriteria>
19
20 </TestParameters>
21
22 <Zoltan2Parameters >
23 <algorithm value="rcb" />
24 <average_cuts value="off" />
25 <rectilinear_blocks value="off" />
26 <imbalance_tolerance value="1.2" />
27 <num_global_parts value="4" />
28 </Zoltan2Parameters>
29
30 </Test>
31
32</Tests>