TCL_VERS=_8.6 HOST=`hostname` rm log.$HOSTNAME #for TCL_VERS in _8.4 _8.5 _8.6; do for TCL_VERS in _8.6; do echo "" >> log.$HOSTNAME echo "Running Tcl$TCL_VERS" >> log.$HOSTNAME echo "--------------------" >> log.$HOSTNAME ./mt_example$TCL_VERS -tcl -n >> log.$HOSTNAME ./mt_example$TCL_VERS -tcl -n 2 >> log.$HOSTNAME ./mt_example$TCL_VERS -tcl -n 4 >> log.$HOSTNAME ./mt_example$TCL_VERS -tcl -n 8 >> log.$HOSTNAME ./mt_example$TCL_VERS -tcl -n 16 >> log.$HOSTNAME ./mt_example$TCL_VERS -c -n >> log.$HOSTNAME ./mt_example$TCL_VERS -c -n 2 >> log.$HOSTNAME ./mt_example$TCL_VERS -c -n 4 >> log.$HOSTNAME ./mt_example$TCL_VERS -c -n 8 >> log.$HOSTNAME ./mt_example$TCL_VERS -c -n 16 >> log.$HOSTNAME ./mt_example$TCL_VERS -tcl -s >> log.$HOSTNAME ./mt_example$TCL_VERS -tcl -s 2 >> log.$HOSTNAME ./mt_example$TCL_VERS -tcl -s 4 >> log.$HOSTNAME ./mt_example$TCL_VERS -tcl -s 8 >> log.$HOSTNAME ./mt_example$TCL_VERS -tcl -s 16 >> log.$HOSTNAME ./mt_example$TCL_VERS -s -c >> log.$HOSTNAME ./mt_example$TCL_VERS -s -c 2 >> log.$HOSTNAME ./mt_example$TCL_VERS -s -c 4 >> log.$HOSTNAME ./mt_example$TCL_VERS -s -c 8 >> log.$HOSTNAME ./mt_example$TCL_VERS -s -c 16 >> log.$HOSTNAME done