Blame view
utils/bench_all.sh
493 Bytes
1b1e928cc initial import of... |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
#!/bin/bash # Ensure all files are executable chmod +x ./utils/*.sh chmod +x ./utils/mcmas/*.sh # RUN MIOR BENCH # One MIOR simulation, varying scales ./utils/bench_mior.sh # Repeat N MIOR simulations, varying scales ./utils/bench_mior_batch.sh # Launch N MIOR simulations at the same time ./utils/bench_mior_para.sh # Launch N MIOR simulations by packet ./utils/bench_mior_para_size.sh # RUN COLLEM BENCH ./utils/bench_collem.sh # RUN PREYPREDATOR BENCH ./utils/bench_preypredator.sh |