#! /bin/bash #$ -S /bin/bash ## ADF template Grid Engine script ## Hartmut Schmider Feb. 2010 ## Restrict execution to 25K's for now #$ -l qname=production.q #$ -V #$ -cwd #$ -M {email_address} #$ -m be #$ -o {output file (full path)} #$ -e {error file (full path)} #$ -pe dist.pe {number of processors} adf -n $NSLOTS < {input file}