#!/bin/bash
#$ -cwd
#$ -pe orte <number of slots>
#$ -N jobName
#$ -M address@foo.bar
#$ -m bes
#$ -q ECSL.owner
#

export PATH=/usr/lib64/openmpi/1.4-gcc/bin:$PATH

mpirun -np $NSLOTS binaryFile
