automated checkpoint generator

This commit is contained in:
bbracker 2021-11-06 14:37:49 -07:00
parent 97403af403
commit 9f2a583590
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
for index in {0..105}
do
instrs=$(((400+$index)*1000000))
echo "y" | ./genCheckpoint.sh $instrs
done

View File

@ -22,6 +22,7 @@ Is that what you wanted? (y/n) " -n 1 -r
echo
if [[ $REPLY =~ ^[Yy]$ ]]
then
echo "Creating checkpoint at $instrs instructions!"
mkdir -p $checkOutDir
mkdir -p $checkIntermedDir