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

export OMP_NUM_THREADS=1

cd /home/lennon/ucd_summerschool/poisson_code_omp

./poisson_omp.x

