#!/bin/bash
#$ -S /bin/bash
#$ -N job_test
#$ -q 4x8a.q
#$ -pe orte 8 
#$ -V
#$ -cwd

cd /home/lennon/ucd_summerschool/main_periodic_sor

./sor.x

