OpenMP support

If your system and compiler support OpenMP parallelization and OpenMP parallelization has been switched on during compilation, you need to set the following environment variable to run scripts in parallel (in this case with four threads):

export OMP_NUM_THREADS=4
cd <my esys dir>/doc/examples
python poisson.py

esys@esscc.uq.edu.au