I am just starting out with gem5; I ran a program which was statically compiled using m5threads library, and ran using se.py with '-n 64' flag set. This should be simulating the program running on 64 cores [As per http://pages.cs.wisc.edu/~markhill/cs757/Spring2016/wiki/index.php?n=Main.Homework3], but the Exec traces only show operations from a single CPU. What am I doing wrong ?
Command line instruction ran:
Gem5/gem5/build/X86/gem5.opt --debug-flags=Exec,TLB,DRAM Gem5/gem5/configs/example/se.py -n 64 -c paper3/Blackscholes/blackscholes.out --options="1 paper3/Blackscholes/in_16.txt paper3/Blackscholes/output.txt"