Andy Porter
Andy Porter
Given the following code: ``` module my_mod use some_mod implicit none contains subroutine my_sub() integer :: iihom, jl real, dimension(10,10,10) :: ptab SELECT CASE ( pmpp%nbondi ) ! Read Dirichlet...
In nemovar, `ens_grd.F90` (at least) contains a nested WHERE: WHERE ( z_lenp4(:,:)
Running PSyclone on: subroutine test() implicit none integer, parameter :: n = 10 type :: field_type real, dimension(10) :: data end type field_type type(field_type) :: a, b(5) a%data(n) = 0.0...
#223 has added dl_esm_inf as a git submodule. However, the user-guide still talks about the GOcean library hosted on puma. In this issue we will correct this. We will also...
In working on #2413 (and unifying the way we search for Containers in particular) I thought it would be good to use the `ModuleManager` as an efficient way of only...
Just a place to capture any problems/progress as I look at getting the refactored sea ice working on GPU.
Current implementation: PSyclone is instructed to call one or more kernels through calls to a hypothetical "invoke" subroutine in algorithm source. These may be optionally named by adding a "name="...
Uploads to CodeCov are failing and complaining about the lack of a token. We need to replicate https://github.com/stfc/PSyclone/pull/2549 here.
In https://github.com/stfc/PSyclone/pull/2026, we've added functionality to recursively identify all of the modules upon which a given piece of code depends. This issue will look to see whether that functionality can...