RE: DO CONCURRENT with LOCAL / LOCAL_INIT [was: [PATCH] Fortran: Added support for locality specs in DO CONCURRENT (Fortran 2018/23)]

2025-01-26 Thread John Campbell
Would it be easier to consider "DO CONCURRENT with LOCAL / LOCAL_INIT" as a special case of !$OMP PARALLEL DO, so utilise this existing implementation ? John Campbell -Original Message- From: Damian Rouson Sent: Sunday, 26 January 2025 9:38 AM To: Tobias Burnus Cc: Jerry

possible bug in Windows version from Gfortran 11.3.0 when using omp_set_num_threads

2024-10-06 Thread John Campbell
versions since 11.1.0 hang, however if "call omp_set_num_threads (4)" is omitted runs to completion. !Gfortran versions 11.1.0 and earlier run to completion. end program test !++++ Could others please confirm if you can reproduce this problem. Regards, John Campbell