Can you give me a sample PBS script to build Fluidity on HECToR?

Created by Tim Greaves
Keywords:

 #!/bin/bash --login
 #PBS -q serial
 #PBS -l cput=01:00:00
 #PBS -A n04-IC

 cd $PBS_O_WORKDIR

 module load bzr

 bzr up

 module unload bzr

 module swap PrgEnv-cray PrgEnv-fluidity

 ./configure --enable-2d-adaptivity > compile.log 2>&1 && make clean >> compile.log 2>&1 && make >> compile.log 2>&1