DrTVockerodtMO
DrTVockerodtMO
Whilst PSyAD seems to now be able to handle multiple code implementations in the tangent linear kernels (e.g.: kernels that have `r_single` and `r_double` code implementations), I have found issues...
Once generated, the adjoint tests have a default module and subroutine names of `adjoint_test_mod` and `adjoint_test` respectively. These names should be related to the kernel name used to generate them....
In testing PSyclone 3.0, we find that forward code that looks like ``` vector(:) = vector(:) + constant(:) * scalar ``` where `vector` and `scalar` are active no longer adjoints...
Closes #2311 which has a description of the problem. ### Patch notes I solved the problem by feeding the filename given to -otest down into the codebase. Here is a...