File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,6 +40,6 @@ file /spec_common/trap ${RISCV_ROOTFS_HOME}/rootfsimg/build/trap 755 0 0
4040# SPEC
4141dir /spec 755 0 0
4242file /spec/run.sh ${RISCV_ROOTFS_HOME}/rootfsimg/run.sh 755 0 0
43- file /spec/astar_base.riscv64-linux-gnu-gcc12.2.0 /nfs/home/jiaxiaoyu/simpoint/my-spec-top/spec06-rv64gcb-gcc12.2.0-o3/astar_base.rv64gcb-gcc12.2.0-o3 755 0 0
44- file /spec/BigLakes2048.bin /nfs/home/share/xs-workloads/spec/spec-all/cpu2006_run_dir /astar/BigLakes2048.bin 755 0 0
45- file /spec/BigLakes2048.cfg /nfs/home/share/xs-workloads/spec/spec-all/cpu2006_run_dir /astar/BigLakes2048.cfg 755 0 0
43+ file /spec/astar_base ${SPEC_BUILD_PATH}/astar 755 0 0
44+ file /spec/BigLakes2048.bin ${CPU2006_RUN_DIR} /astar/BigLakes2048.bin 755 0 0
45+ file /spec/BigLakes2048.cfg ${CPU2006_RUN_DIR} /astar/BigLakes2048.cfg 755 0 0
Original file line number Diff line number Diff line change 22echo ' ===== Start running SPEC2006 ====='
33echo ' ======== BEGIN mcf ========'
44set -x
5- md5sum /spec/astar_base.riscv64-linux-gnu-gcc12.2.0
5+ md5sum /spec/astar
66date -R
7- cd /spec && ./astar_base.riscv64-linux-gnu-gcc12.2.0 BigLakes2048.cfg
7+ /spec_common/before_workload
8+ cd /spec && ./astar_base BigLakes2048.cfg
89date -R
910set +x
11+ /spec_common/trap
1012echo ' ======== END mcf ========'
1113echo ' ===== Finish running SPEC2006 ====='
You can’t perform that action at this time.
0 commit comments