Andy Porter
Andy Porter
I have a label on my plot that is obscured by some of the bars. I wish to put a white rectangle behind the label in order to make it...
For example: sbcblk.f90, cp_air() function. Things that still need doing: - [ ] handling the inlining of routines that call other routines (https://github.com/stfc/PSyclone/pull/2413#discussion_r1692776348); - [ ] understand why profiling (in...
Broken out of #1782 to simplify things. Adds an `-api` flag to the `psyad` command-line and uses this to specialise the adjoint generation.
e.g. if we have some code that does: USE x, ONLY : y => z then Simon has reported that we raise an exception when processing the subsequent code because...
@mnobre has suggested that we should rename the NEMO API. @hiker is in favour and suggested "EVOLUTION". We could go with "EVO" (as in Mitsubishi Evo which is fast :-))...
Currently the `validate` method of `ParallelLoopTrans` *always* uses the dependence analysis to check for loop-carried dependencies. However, there are occasions when a user will want to ignore the results of...
From #1696: You maybe already hinted it here: It may be that we really want the routine (rank_of_subsection) to give us back the shape of any subsection But this recursion...