Currently psyclone CLI offers -p/--profile {invokes,routines,kernels}, but in NEMO the most useful technique has been to instrument any region outside directives so we can easily see what code is not offloaded/parallelised.
#3205 encapsulates this functionality in a transformation inside utils.py, but this could become the basis of a more generic transformation that could be also provided as an option in the above CLI flag.
Currently psyclone CLI offers
-p/--profile {invokes,routines,kernels}, but in NEMO the most useful technique has been to instrument any region outside directives so we can easily see what code is not offloaded/parallelised.#3205 encapsulates this functionality in a transformation inside utils.py, but this could become the basis of a more generic transformation that could be also provided as an option in the above CLI flag.