首次同步
This commit is contained in:
7371
SPEC2006/gcc-loongarch-2006-3a6000-15-v1.0.cfg
Normal file
7371
SPEC2006/gcc-loongarch-2006-3a6000-15-v1.0.cfg
Normal file
File diff suppressed because it is too large
Load Diff
7386
SPEC2006/gcc-loongarch-2006-3a6000-15-v1.12.cfg
Normal file
7386
SPEC2006/gcc-loongarch-2006-3a6000-15-v1.12.cfg
Normal file
File diff suppressed because it is too large
Load Diff
7505
SPEC2006/gcc-loongarch-2006-3a6000-15-v1.128.cfg
Normal file
7505
SPEC2006/gcc-loongarch-2006-3a6000-15-v1.128.cfg
Normal file
File diff suppressed because it is too large
Load Diff
7390
SPEC2006/gcc-loongarch-2006-3a6000-15-v1.16.cfg
Normal file
7390
SPEC2006/gcc-loongarch-2006-3a6000-15-v1.16.cfg
Normal file
File diff suppressed because it is too large
Load Diff
7637
SPEC2006/gcc-loongarch-2006-3a6000-15-v1.256.cfg
Normal file
7637
SPEC2006/gcc-loongarch-2006-3a6000-15-v1.256.cfg
Normal file
File diff suppressed because it is too large
Load Diff
7406
SPEC2006/gcc-loongarch-2006-3a6000-15-v1.32.cfg
Normal file
7406
SPEC2006/gcc-loongarch-2006-3a6000-15-v1.32.cfg
Normal file
File diff suppressed because it is too large
Load Diff
7439
SPEC2006/gcc-loongarch-2006-3a6000-15-v1.64.cfg
Normal file
7439
SPEC2006/gcc-loongarch-2006-3a6000-15-v1.64.cfg
Normal file
File diff suppressed because it is too large
Load Diff
7382
SPEC2006/gcc-loongarch-2006-3a6000-15-v1.8.cfg
Normal file
7382
SPEC2006/gcc-loongarch-2006-3a6000-15-v1.8.cfg
Normal file
File diff suppressed because it is too large
Load Diff
27
SPEC2006/myrun-2006-6000-v2.0.sh
Executable file
27
SPEC2006/myrun-2006-6000-v2.0.sh
Executable file
@ -0,0 +1,27 @@
|
||||
#!/bin/bash
|
||||
ulimit -s unlimited
|
||||
ulimit -c unlimited
|
||||
source shrc
|
||||
relocate
|
||||
md5sum ./exe/*
|
||||
|
||||
CPU_CORE=`lscpu|grep "CPU(s)"|head -n 1|awk -F " " '{print $2}'`
|
||||
|
||||
set -x
|
||||
rm -rf benchspec/CPU2006/*/run
|
||||
rm -rf benchspec/CPU2006/*/build
|
||||
|
||||
if [ $# -eq 1 ] ; then
|
||||
#在Ofast选项下,进行多核测试,-r 指定cpu核数
|
||||
runspec -c gcc-loongarch-2006-3a6000-15-v1.$1.cfg -i ref -n 3 all -I -D -r $1
|
||||
else
|
||||
#在Ofast选项下,进行单核测试
|
||||
runspec -c gcc-loongarch-2006-3a6000-15-v1.0.cfg -i ref -n 3 all -I -D
|
||||
fi
|
||||
|
||||
rm -rf benchspec/CPU2006/*/run
|
||||
rm -rf benchspec/CPU2006/*/build
|
||||
set +x
|
||||
date
|
||||
echo "end"
|
||||
|
||||
9413
SPEC2017/gcc-loongarch-2017-3a6000-15.v1.0.cfg
Normal file
9413
SPEC2017/gcc-loongarch-2017-3a6000-15.v1.0.cfg
Normal file
File diff suppressed because it is too large
Load Diff
9427
SPEC2017/gcc-loongarch-2017-3a6000-15.v1.12.cfg
Normal file
9427
SPEC2017/gcc-loongarch-2017-3a6000-15.v1.12.cfg
Normal file
File diff suppressed because it is too large
Load Diff
9546
SPEC2017/gcc-loongarch-2017-3a6000-15.v1.128.cfg
Normal file
9546
SPEC2017/gcc-loongarch-2017-3a6000-15.v1.128.cfg
Normal file
File diff suppressed because it is too large
Load Diff
9678
SPEC2017/gcc-loongarch-2017-3a6000-15.v1.256.cfg
Normal file
9678
SPEC2017/gcc-loongarch-2017-3a6000-15.v1.256.cfg
Normal file
File diff suppressed because it is too large
Load Diff
9447
SPEC2017/gcc-loongarch-2017-3a6000-15.v1.32.cfg
Normal file
9447
SPEC2017/gcc-loongarch-2017-3a6000-15.v1.32.cfg
Normal file
File diff suppressed because it is too large
Load Diff
9480
SPEC2017/gcc-loongarch-2017-3a6000-15.v1.64.cfg
Normal file
9480
SPEC2017/gcc-loongarch-2017-3a6000-15.v1.64.cfg
Normal file
File diff suppressed because it is too large
Load Diff
9423
SPEC2017/gcc-loongarch-2017-3a6000-15.v1.8.cfg
Normal file
9423
SPEC2017/gcc-loongarch-2017-3a6000-15.v1.8.cfg
Normal file
File diff suppressed because it is too large
Load Diff
16
SPEC2017/myrun-2017-6000-v2.0.sh
Executable file
16
SPEC2017/myrun-2017-6000-v2.0.sh
Executable file
@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
ulimit -s unlimited
|
||||
. shrc
|
||||
|
||||
CPU_CORE=`lscpu|grep "CPU(s)"|head -n 1|awk -F " " '{print $2}'`
|
||||
|
||||
echo "spec2017"
|
||||
|
||||
if [ $# -eq 2 ] ; then
|
||||
#使用多核测试所有程序(-C n(表示n个核测试intrate fprate的分数) --threads=m (m表示使用m个核测试intspeed和fpspeed的分数))
|
||||
runcpu -c gcc-loongarch-2017-3a6000-15.v1.$1.cfg -i ref -n 3 intrate fprate intspeed fpspeed -C $1 --threads=$2 -D
|
||||
else
|
||||
#测试单核所有的程序
|
||||
runcpu -c gcc-loongarch-2017-3a6000-15.v1.0.cfg -i ref -n 3 intrate fprate intspeed fpspeed -C 1 --threads=1 -D
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user