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

Remove profiling transformations from examples/nemo/scripts/acc_kernels_trans.py ? #2682

Closed arporter closed 2 months ago

arporter commented 2 months ago

In #2413 I found I had to disable the addition of profiling in acc_kernels_trans as it interacted with the inlining. We need to understand why it interacted with the inlining and whether we could just do away with it and use the --profile command-line option instead.

arporter commented 2 months ago

I've changed my mind and made this part of #924.