-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfiguration.xml
More file actions
45 lines (45 loc) · 1.63 KB
/
configuration.xml
File metadata and controls
45 lines (45 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<aimGraph>
<global>
<deviceID>0</deviceID>
<devicememsize>8.0</devicememsize>
</global>
<testrun>
<configuration>
<memorylayout>AOS</memorylayout>
<graphmode>simple</graphmode>
<updatevariant>standard</updatevariant>
<rounds>10</rounds>
<updaterounds>0</updaterounds>
<edgeblocksize>64</edgeblocksize>
<initlaunchblocksize>32</initlaunchblocksize>
<insertlaunchblocksize>256</insertlaunchblocksize>
<deletelaunchblocksize>256</deletelaunchblocksize>
<deletionvariation>standard</deletionvariation>
<verification>false</verification>
<performanceoutput>stdout</performanceoutput>
<memoryoverallocation>1.0</memoryoverallocation>
<stacksize>200000000</stacksize>
<queuesize>2000000</queuesize>
<directionality>undirected</directionality>
</configuration>
<graphs>
<filename>../../graphs/luxembourg_osm.mtx</filename>
<filename>../../graphs/coAuthorsCiteseer.mtx</filename>
<filename>../../graphs/coAuthorsDBLP.mtx</filename>
<filename>../../graphs/ldoor.mtx</filename>
<filename>../../graphs/audikw_1.mtx</filename>
<filename>../../graphs/delaunay_n20.mtx</filename>
<filename>../../graphs/rgg_n_2_20_s0.mtx</filename>
<filename>../../graphs/hugetric-00000.mtx</filename>
<filename>../../graphs/delaunay_n23.mtx</filename>
<filename>../../graphs/germany_osm.mtx</filename>
<filename>../../graphs/nlpkkt120.mtx</filename>
<filename>../../graphs/nlpkkt200.mtx</filename>
<filename>../../graphs/nlpkkt240.mtx</filename>
<filename>../../graphs/europe_osm.mtx</filename>
</graphs>
<batches>
<batchsize>100000</batchsize>
</batches>
</testrun>
</aimGraph>