M2_SETI/A4/TP_A4/exo3/script2.sh
2023-02-12 16:06:32 +01:00

10 lines
No EOL
152 B
Bash
Executable file

#!/bin/bash
rm exo3
make
for T in 1 2 4 6 12
do
for N in 100000
do
./exo3 $N $T >> time_reduction_schedule_static_1000.txt
done
done