mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-23 05:17:20 -04:00
increase niceness of automatic checkpoint generation
This commit is contained in:
parent
685534fc20
commit
13b65fa785
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
for index in {0..105}
|
||||
for index in {89..181}
|
||||
do
|
||||
instrs=$(((400+$index)*1000000))
|
||||
echo "y" | ./genCheckpoint.sh $instrs
|
||||
instrs=$(($index*1000000))
|
||||
echo "y" | nice -n 5 ./genCheckpoint.sh $instrs
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue