Open MP offloading

2024-01-11 Thread Rheinhardt Matthias
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 codes?

Best regards,
M. Rheinhardt



Open MP: threadprivate

2024-08-20 Thread Rheinhardt Matthias
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