Hi all,
I have a question on how to terminate multiprogram workloads on SMT processor. I find in the FAQ that there are two implemented options that can terminate the multiprogram workloads: terminate as soon as any thread reaches a particular maximum number of instructions and terminate once all threads have reached a maximum number of instructions. I run two program on a SMT processor and specified --maxinsts=N, but only N+m instructions are executed, where m is a small number, which means only the first way is implemented. I was wondering how I can specify the option to terminate execution until all the program reaches maxinsts. Also, will the number of instructions executed be deterministic for different configuration, say, different cache associativity? Thank you very much! Best regards Fangfei
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
