Zoltan2
Toggle main menu visibility
Loading...
Searching...
No Matches
orderingTest.xml
Go to the documentation of this file.
1
<!--////////////////////////////////////////////////////////////////////////////
2
////////////////////////////////////////////////////////////////////////////////
3
4
REQUIRED BLOCKS:
5
1. Input parameters
6
2. Problem parameters
7
8
OPTIONAL Blocks:
9
3. Comparison
10
11
SUPPORTED INPUT FILE TYPES:
12
1. Geometric Generator
13
2. Pamgen
14
3. Chaco
15
4. Matrix Market
16
17
SUPPORTED PROBLEM TYPES:
18
1. partitioning
19
20
SUPPORTED INPUT DATA TYPES:
21
1. coordinates
22
2. (x,t,e)petra_crs_matrix
23
3. (x,t,e)petra_crs_graph
24
4. (x,t,e)petra_vector
25
5. (x,t,e)petra_multivector
26
27
SUPPORTED INPUT ADAPTERS:
28
1. BasicIdentifier
29
2. XpetraMultiVector
30
3. XpetraCrsGraph
31
4. XpetraCrsMatrix
32
5. BasicVector
33
5. PamgenMesh
34
35
** REFER TO THE README FOR A MORE DETAILED EXPLANATION
36
37
////////////////////////////////////////////////////////////////////////////////
38
/////////////////////////////////////////////////////////////////////////////-->
39
40
<
ParameterList
name
=
"forTestingOrder"
>
41
42
<
ParameterList
name
=
"InputParameters"
>
43
<
Parameter
name
=
"input file"
type
=
"string"
value
=
"orderingTest"
/>
44
<
Parameter
name
=
"file type"
type
=
"string"
value
=
"Matrix Market"
/>
45
</
ParameterList
>
46
47
<
ParameterList
name
=
"Problem 1"
>
48
<
Parameter
name
=
"kind"
type
=
"string"
value
=
"ordering"
/>
49
<
ParameterList
name
=
"InputAdapterParameters"
>
50
<
Parameter
name
=
"data type"
type
=
"string"
value
=
"xpetra_crs_graph"
/>
51
<
Parameter
name
=
"input adapter"
type
=
"string"
value
=
"XpetraCrsGraph"
/>
52
</
ParameterList
>
53
54
<
ParameterList
name
=
"Zoltan2Parameters"
>
55
<
Parameter
name
=
"order_method"
type
=
"string"
value
=
"scotch"
/>
56
<
Parameter
name
=
"order_method_type"
type
=
"string"
value
=
"local"
/>
57
<
Parameter
name
=
"compute_metrics"
type
=
"bool"
value
=
"true"
/>
58
<
Parameter
name
=
"scotch_verbose"
type
=
"bool"
value
=
"true"
/>
59
<
Parameter
name
=
"scotch_ordering_default"
type
=
"bool"
value
=
"true"
/>
60
<
Parameter
name
=
"scotch_ordering_strategy"
type
=
"string"
value
=
""
/>
61
<
Parameter
name
=
"scotch_level"
type
=
"int"
value
=
"2"
/>
62
<
Parameter
name
=
"scotch_imbalance_ratio"
type
=
"double"
value
=
"0.25"
/>
63
</
ParameterList
>
64
65
<
ParameterList
name
=
"Metrics"
>
66
<
ParameterList
name
=
"metriccheck1"
>
67
<
Parameter
name
=
"check"
type
=
"string"
value
=
"bandwidth"
/>
68
<
Parameter
name
=
"lower"
type
=
"double"
value
=
"-999"
/>
69
<
Parameter
name
=
"upper"
type
=
"double"
value
=
"999"
/>
70
</
ParameterList
>
71
<
ParameterList
name
=
"metriccheck2"
>
72
<
Parameter
name
=
"check"
type
=
"string"
value
=
"envelope"
/>
73
<
Parameter
name
=
"lower"
type
=
"double"
value
=
"-999"
/>
74
<
Parameter
name
=
"upper"
type
=
"double"
value
=
"999"
/>
75
</
ParameterList
>
76
<
ParameterList
name
=
"metriccheck3"
>
77
<
Parameter
name
=
"check"
type
=
"string"
value
=
"separator size"
/>
78
<
Parameter
name
=
"lower"
type
=
"double"
value
=
"-999"
/>
79
<
Parameter
name
=
"upper"
type
=
"double"
value
=
"999"
/>
80
</
ParameterList
>
81
</
ParameterList
>
82
83
</
ParameterList
>
84
</
ParameterList
>
test
core
driver
driverinputs
ordering
orderingTest.xml
Generated by
1.17.0