bench_all.sh 493 Bytes
#!/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