We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b5f067 commit 74cf5e7Copy full SHA for 74cf5e7
libexec/scaling
@@ -38,11 +38,11 @@ def benchmark(cfg, threads):
38
exiting,benchmarks = False,collections.OrderedDict()
39
cmd = ['run-clara',
40
'-c',cfg.c,
41
- '-n',str(cfg.e*threads),
+ '-n',str(cfg.e*int(threads)),
42
'-t',str(threads),
43
'-y',cfg.y,
44
'-o',f'tmp-scaling-{threads}',
45
- cfg.input]
+ cfg.i]
46
for line in run(cmd):
47
cols = line.split()
48
print(line)
libexec/scaling.gpl
@@ -1,5 +1,5 @@
1
2
-set terminal qt size 1000,700
+set terminal svg size 1000,700
3
4
set multiplot layout 2,2
5
set datafile columnheaders
0 commit comments