M2_SETI/A4/TP_A4/exo3/script2.sh

10 lines
152 B
Bash
Raw Normal View History

2023-02-12 16:06:32 +01:00
#!/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