#! /bin/bash # MPI 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} #$ -pe dist.pe {number of processes requested} mpirun {program call}