On Fri, January 18, 2013 5:09 pm, Alshamlan, Mohammad wrote: > Hi Nilay, > > Okay, let me understand this, gem5 runs as a single process with just one > thread of execution because of accuracy and precision reasons! Or because > the multi-thread in the host hasn't been developed yet -- I really hope > this is true because I can change the c files' headers, and also tweaks > some parts of the code. Again, thanks. >
gem5 is not multi-threaded. It needs to be parallelized to make use of more than one cpu. -- Nilay _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
