git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1819 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
6 lines
201 B
Python
Executable File
6 lines
201 B
Python
Executable File
process = LiveProcess(executable = binpath('m5threads', 'test_atomic'),
|
|
cmd = ['test_atomic', str(nb_cores)])
|
|
|
|
for i in range(nb_cores):
|
|
root.system.cpu[i].workload = process
|