NT=(1 2 3 4 5) # Number of Emitter Tasks # TCU is Target CPU usage for t in 0 1 2 3 4 ; do for TCU in 10 20 30 40 50 60 70 80 90 ; do xml_file="${NT[t]}_${TCU}_${t}.xmlv3" echo "Schedule with " models_with_tdma/$xml_file ../../trunk/src/amanite processor1 models_with_tdma/$xml_file TRUE > $xml_file.with.csv echo "Schedule with " models_without_tdma/$xml_file ../../trunk/src/amanite processor1 models_without_tdma/$xml_file FALSE > $xml_file.without.csv done done