https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115367
PierU changed:
What|Removed |Added
CC||comptes at ugo235 dot fr
--- Comment #3 from Pi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115367
--- Comment #2 from PierU ---
I can confirm it's really dynamic, i.e. the number of threads can change each
time a parallel region is started. I tested with this Fortran toy example:
```
program p
use omp_lib
implicit none
real, allocatable ::
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115367
--- Comment #1 from Jakub Jelinek ---
(In reply to Niklas Hambüchen from comment #0)
> Those docs sound like the behaviour is nice "runtime-dynamic" when in fact
> it is fixed across the process's liftime, and based on ultra-slow rolling
> avera