On Fri, January 18, 2013 2:10 pm, Alshamlan, Mohammad wrote: > Hi everybody, > > I have an Intel i5 in the host-machine, this is "cat /proc/cpuinfo": > > So, what's happening when I even I use "parallel" command as following: > "build/ARM/gem5.opt configs/example/fs.py > --disk-image=/home/alshamlan/full_system_images/disks/arm-ubuntu-natty-headless.img > | taskset 0x08 parallel -j 4" > > When gem5 builds the ARM architecture, it just uses one CPU from the > machine CPU's, so how can I force gem5 to use for CPU's in the > host-machine? Thanks in advance. >
You cannot. gem5 is runs as a single process with just one thread of execution. -- Nilay _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
