#!/bin/bash ######################################################################## # Grid Engine Job Submission Script ######################################################################## #$ -N YOUR_JOB_NAME #$ -q wsp64m #$ -j y #$ -M YOUR_LOGIN@physics.rutgers.edu #$ -m e ######################################################################## # DON'T remove the following line! source $TMPDIR/sge_init.sh ######################################################################## ./YOUR_EXE_FILE_OR_SCRIPT >& log