On Sat, 24 Nov 2012, pushkar nandkar wrote:
Nilay,
If you are using the same se.py that comes with the gem5, if there is only
one workload specified, All the system.cpu[i].workload is assigned the same
process.
However if I use the same se.py specifying the -c
"splash2/codes/kernels/radix/RADIX;splash2/codes/kernels/radix/RADIX;splash2/codes/kernels/radix/RADIX;splash2/codes/kernels/radix/RADIX"
it says
fatal: Can't load object file
splash2/codes/kernels/radix/RADIX;splash2/codes/kernels/radix/RADIX;splash2/codes/kernels/radix/RADIX;splash2/codes/kernels/radix/RADIX
This is because the split using ';' occurs only for finding the num of
threads in the se.py. The
"splash2/codes/kernels/radix/RADIX;splash2/codes/kernels/radix/RADIX;splash2/codes/kernels/radix/RADIX;splash2/codes/kernels/radix/RADIX"
gets assigned as one workload for all the CPUs,
You might want to mention the version of gem5 you are using. I am using
the latest version with out any modifications of my own.
--
Nilay
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users