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
104 stars 27 forks source link

Duplicated OMPParallelLoopTrans transformation #2648

Open sergisiso opened 2 months ago

sergisiso commented 2 months ago

We have at least one duplicated transformation with:

OMP_TRANS_PAR_DO = OMPParallelLoopTrans(omp_schedule="static")
OMP_TRANS_PAR_DO = OMPLoopTrans(omp_schedule="static", omp_directive="paralleldo")

But the first one does not accept the collapse option.