#!/usr/bin/ksh
# batch request for your machine
#@$-lT $TIMELIMIT    # maximum CPU-time on one processor
#@$-lM $MEMLIMITmb   # maximum memory request per processor in MegaByte
#@$-lP $NPROC        # maximum number of processors for this job
#@$-eo               # write <stderr> to the same place as <stdout>
#@$-x                # environment variables will be copied
#@$                  # no more options for 'qsub'
$EXNAME -np $NPROC
