代码拉取完成,页面将自动刷新
# Usage: ./detectErrorOneFPEDParallel.sh ${uniqueLabel} ${x0Start} ${x0End} ${x0Size} ${prefix} ${middle} ${suffix} ${errfile}
# set -x
path=`pwd`
cd ${path}
CC=gcc
uniqueLabel=${1} # unique number
if [ $# -eq 4 ]; then
suffix=${2} # different version. Eg: herbie daisy origin temp_0_3 final
x0=${3}
x1=${4}
else
echo "detectErrorTwoSingle.sh: Invalid input parameters"
exit
fi
prefix=expr_${uniqueLabel} # expr_${uniqueLabel}. Eg: expr_20221030155958
testFileName=test2paramSingle
directory="./srcTest"/${uniqueLabel}
sourceFile=${prefix}_${suffix}
${CC} ./srcTest/${testFileName}.c ${directory}/${sourceFile}.c ${directory}/${prefix}_mpfr.c ./srcTest/computeULP.c -IincludeTEST -IincludeDD -DEXPRESSION=${prefix}_ -DSUFFIX=${suffix} -Llibs -lTGen -lmpfr -lm -lqd -o ${testFileName}.exe
./${testFileName}.exe ${x0} ${x1}
rm ${testFileName}.exe
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。