shm_64_32.py 495 Bytes
Newer Older
German Leon's avatar
German Leon committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#############################################################################
scale = "nit"
totalFiNumber = 500
bench = "glb"
grid = "1"
blk = "1"
duration = "10000"
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
#############################################################################