Hi,
gfortran from gcc/11.3.0 tells me that the iteration variable of a loop
parallelized with the !$omp do construct must not have the threadprivate
attribute. Is this standard-conforming? Other compilers, e.g. CRAY, don't
complain.
Thanks and best regards,
M. Rheinhardt
Hi,
at the moment, offloading Open MP workshare section is not supported, nor can
implicit do-loops from expressions with array syntax be delt with in another
way for offloading. Are there any plannings to lift this restriction, which is
rather severe for - in particular scientific - Fortran co