You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Is there a way to control the number of threads used before a loop? Let's say I start julia with 4 threads but for a specific loop i only want to use 2 threads. Is it possible to do it? A bit like #pragma omp parallel for num_threads()...
Thank you
Kind regards
The text was updated successfully, but these errors were encountered:
Hi,
Is there a way to control the number of threads used before a loop? Let's say I start julia with 4 threads but for a specific loop i only want to use 2 threads. Is it possible to do it? A bit like #pragma omp parallel for num_threads()...
Thank you
Kind regards
The text was updated successfully, but these errors were encountered: