Skip to content
Snippets Groups Projects
Commit 4567cd7e authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

test_qr now has a script too.

parent 518165ee
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# Executable and parameters
prog=test_qr
params="-m 32 -n 32 -r 10"
# Main loop
for n in {1..64}
do
if [ ! -e ${prog}_${n}.dump ]
then
./${prog} ${params} -t ${n} > ${prog}_${n}.dump
fi
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment