#!/bin/bash # Serial sample script for Grid Engine # Replace items enclosed by {} #$ -S /bin/bash #$ -V #$ -cwd #$ -M {email address for notification} #$ -m {codition for notification, e.g. be for beginning and end} #$ -o {file for standard output} #$ -e {file for standard error} {command line(s) to be executed}