#!/bin/bash
#===	requested shell"
#PBS -S /bin/bash
#===	mail to user at abortion of job
#PBS -M stephan.henne@empa.ch 
#PBS -m a
#===	combine std out and std err
#PBS -j oe
#===	name of script
#PBS -N FLEXcomp
#===	export all environment variables to nodes?
#PBS -V
#===	requested maximum time
#PBS -l walltime=01:00:00
#===    requested memory
#PBS -l mem=1024mb
#PBS -q serial

cd /home/hes134/FLEXPART80CTP/src

make
