mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
increase niceness of automatic checkpoint generation
This commit is contained in:
parent
e5d3416258
commit
cf27cc7fcd
@ -1,5 +1,5 @@
|
|||||||
for index in {0..105}
|
for index in {89..181}
|
||||||
do
|
do
|
||||||
instrs=$(((400+$index)*1000000))
|
instrs=$(($index*1000000))
|
||||||
echo "y" | ./genCheckpoint.sh $instrs
|
echo "y" | nice -n 5 ./genCheckpoint.sh $instrs
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user