The default OpenMP directive is:
opm_get_num_threads
gives the number of threads equivalent to processors / cores.
I have an 8-core machine, so it gives me 8 threads. This is maximum? Can I get more threads than 8 if I intentionally specify more than 8?
thanks
Benny source share