我想在gem5中模拟多核模拟。每个程序在每个内核中运行的位置。为此,我使用以下命令,期望不同程序在不同内核的不同线程中运行-
build/ALPHA/gem5.opt --stats-file=output.txt configs/example/se.py --smt "--options=/testcase_path/cccp.in -o /testcase_path/cccp.s; /testcase_path/integrate.in -o /testcase_path/integrate.s" --cpu-type=DerivO3CPU --caches -c "executable1;executable2"
我的问题是-这是正确的命令吗?