#!/bin/sh
# \
exec tclsh "$0" "$@"

set TIME_start [clock seconds]





exec qsub mpi.sh





set TIME_end [clock seconds]
set ComputingTime [expr $TIME_end - $TIME_start]
puts stderr "Total computing time is $ComputingTime seconds"
