stfc / PSyclone

Domain-specific compiler and code transformation system for Finite Difference/Volume/Element Earth-system models in Fortran
BSD 3-Clause "New" or "Revised" License
107 stars 29 forks source link

OMPTaskloopDirective does not support collapse #2672

Open arporter opened 3 months ago

arporter commented 3 months ago

As of #2660, ParallelLoopTrans supports the collapse clause which means it is now available to OMPTaskloopTrans. However, for it to make use of it, OMPTaskloopDirective needs to be extended to support 'collapse'.