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

export OMP_NUM_THREADS=8

cd /home/lenon/poisson_parallel_omp

./poiss.exe

