I am currently working on an HPC-Cluster with 16 available threads. So I put the command export OMP_NUM_THREADS=16 at the top of my bash script, hoping that the number of threads is set for all following GAMMA-functions that use OPENMP. Unfortunately this is not working (e.g. with running offset_pwr), as still the default number of 4 threads is used. Does anybody have any suggestions?

Similar questions and discussions