Hello All, I'm running a simulation with two processors. I've noticed that the simulation will tend to finish whenever the first processor finishes computing rather than waiting for both to complete. I would like to collect performance measurements from all possible permutations of 2 workloads from a set of single cpu benchmarks. The workloads must run concurrently. How can I change the behavior of when the simulation stops so that I can either:
1) Stop exactly when processor 0 finishes regardless of whether or not processor 1 has finished 2) Stop when both processors have finished and return the correct execution time for at least the longer of the two workloads (or preferably return both). Thank you, Andrew
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
