I have a question concerning OpenMP environment variables: When I tried to look for them with, for example:
echo $OMP_NUM_THREADS
the variable does not exist. I also try to search for all variables starting with OMP_ through:
env | grep OMP
again, there are none of OpenMP environment variables.If I understand correctly, OpenMP is integrated with gnu compiler and intel compiler (I have both gcc and ifort). What should I do to activate these OpenMP environment variables ?
Thanks