#!/bin/bash python ../scripts/average_ensemble.py high_2412_5.9_-0.25_0.005 200 20 python ../scripts/average_ensemble.py high_2412_5.9_-0.25_0.01 200 20 python ../scripts/average_ensemble.py high_2412_6.0_-0.25_0.0 200 20 python ../scripts/average_ensemble.py high_2412_6.0_-0.25_0.005 200 20 python ../scripts/average_ensemble.py high_2412_6.0_-0.25_0.01 200 20 python ../scripts/average_ensemble.py high_2412_6.1_-0.25_0.0 950 20 python ../scripts/average_ensemble.py high_2412_6.1_-0.25_0.005 200 20 python ../scripts/average_ensemble.py high_2412_6.1_-0.25_0.01 200 20 python ../scripts/average_ensemble.py high_2412_6.2_-0.25_0.0 200 20 python ../scripts/average_ensemble.py high_2412_6.2_-0.25_0.005 300 20 python ../scripts/average_ensemble.py high_2412_6.2_-0.25_0.01 200 20 # Since we don't have overlapping hot- and cold-start runs to compare, # merge all the results into files with slightly shorter names cd Run_new4_2412/results #for file in *.cold ; do # cat $file >> ${file/cold/hot} # Find and replace "cold" with "hot" # rm $file #done for file in *.hot ; do mv $file ${file/.hot/} # Find and replace ".hot" with nothing done # Below are the old perl commands that were actually run exit 0 rm -f results/* cd ../ scripts/average_ensemble.pl Run_new4_2412 high_2412_5.9_-0.25_0.005 24 12 200 20 scripts/average_ensemble.pl Run_new4_2412 high_2412_5.9_-0.25_0.01 24 12 200 20 scripts/average_ensemble.pl Run_new4_2412 high_2412_6.0_-0.25_0.0 24 12 200 20 scripts/average_ensemble.pl Run_new4_2412 high_2412_6.0_-0.25_0.005 24 12 200 20 scripts/average_ensemble.pl Run_new4_2412 high_2412_6.0_-0.25_0.01 24 12 200 20 scripts/average_ensemble.pl Run_new4_2412 high_2412_6.1_-0.25_0.0 24 12 950 20 scripts/average_ensemble.pl Run_new4_2412 high_2412_6.1_-0.25_0.005 24 12 200 20 scripts/average_ensemble.pl Run_new4_2412 high_2412_6.1_-0.25_0.01 24 12 200 20 scripts/average_ensemble.pl Run_new4_2412 high_2412_6.2_-0.25_0.0 24 12 200 20 scripts/average_ensemble.pl Run_new4_2412 high_2412_6.2_-0.25_0.005 24 12 300 20 scripts/average_ensemble.pl Run_new4_2412 high_2412_6.2_-0.25_0.01 24 12 200 20