#!/bin/csh


## The Script
## Change into the current working directory
#$ -cwd
##
## The name for the job. It will be displayed this way on qstat
#$ -N BB
##
## Number of cores to request
#$ -pe serial 1
##
## Queue Name
#$ -q serial
##


##Load Modules
module load mfix/17.1 gnu/4.6.4 openmpi/1.5.5_gnu4.6

##Run the job
/.nfs/home/8/REMS/commonAccess/mfixOTexample/pDropBak/mfixsolver -f /.nfs/home/8/REMS/commonAccess/mfixOTexample/pDropBak/fourD_000060/BB.mfx
