Do concurrent in `gfortran`

I am having trouble finding the documentation for the previous flag that was advertised for do concurrent with gfortran, the -ftree-parallelize-loops. I don’t see any docs about it for GNU 16.

Has anyone tried this or run into something similar? Are they moving towards just doing OpenMP maybe? If anyone knows anything, I’d be keen to know!

Is this the page you are looking for? Optimize Options (Using the GNU Compiler Collection (GCC))

2 Likes

Yes! Damn my browser didn’t want to lead me there…thanks !