glb_1_32.py 497 Bytes
Newer Older
German Leon's avatar
German Leon committed
1
2
#############################################################################
scale = "nit"
German Leon's avatar
German Leon committed
3
totalFiNumber =50 
German Leon's avatar
German Leon committed
4
5
6
7
8
9
10
11
12
13
14
15
16
17
bench = "glb"
grid = "1"
blk = "1"
duration = "1000000"
outputExeFile = "micro"
bmName = outputExeFile+"_g_"+grid+"_b_"+blk
inputParameters = " -bench=" + bench + " -grid=" + grid  + " -blk=" + blk + " -"+scale+"="+duration
timeout = 5
inject = False 
verbose = True
log = True
cpufreq = -1
gpufreq = 852000
#############################################################################