test.ini 387 Bytes
Newer Older
1
[general]
2
3
4
5
6
7
resizes=1
iter_stages=1
matrix_tam=100000
SDR=0.0
ADR=0.0
AIB=0
8
CST=3
9
CSS=0
10
; end [general]
11
12
13
[stage0]
PT=3
bytes=0
14
t_stage=0.1
15
16
17
18
;end [stage0]
[stage1]
PT=3
bytes=0
19
20
21
22
23
24
25
t_stage=0.01
;end [stage1]
[stage2]
PT=0
bytes=0
t_stage=0.2
;end [stage2]
26
27
[resize0]
iters=10
28
procs=4
29
30
31
32
33
34
factor=1
physical_dist=cpu
;end [resize0]
[resize1]
iters=10
procs=8
35
factor=0.5
36
physical_dist=cpu
37
;end [resize1]