#! /usr/local/bin/tcsh echo " start a batch job using script " $1 " with arguments " $2 bsub -o $1%J.out -e $1%J.err -N -B -m d0mino -J $1 -q large $1 $2 bjobs exit 0