SLEPC solver running in Parallel

Thanks for your reply.

First I have opened bashrc file by;

gedit ~/.bashrc

In the bashrc file, I have added enviromental variable to the bottom of the file;

export OMP_NUM_THREADS=1

and applied changes by

source ~/.bashrc

solved my problem.