Examples and clean-ups #1

Merged
Ghost merged 14 commits from drs_examples into master 2023-11-06 21:09:08 +00:00
Showing only changes of commit e9589cd0d9 - Show all commits

View File

@@ -78,8 +78,8 @@ do
echo "TIME LIMIT; marking as finished" echo "TIME LIMIT; marking as finished"
touch $stopfile touch $stopfile
else else
echo $result >> $outdir/summary_${bench_identifier}.txt echo "$x ; $y ; $z ; $a ; $exitcode $result" >> $outdir/summary_${bench_identifier}.txt
echo $result | sed 's/;/ /g' >> $outdir/${bench_identifier}.dat echo "$x $y $z $a $(echo $result | sed 's/;/ /g')" >> $outdir/${bench_identifier}.dat
echo $result echo $result
fi fi