Have you got the required flags? My understanding (based mostly on DO CONCURRENT: compiler flags to enable parallelization - #6 by ivanpribec which I see you also are active in), was that it needed the -ftree-parallelize-loops=n
flag. Perhaps just openMP would also work?
1 Like