Andy Porter

Results 756 comments of Andy Porter

The problem is in the Routine handler in the Fortran backend: we flatten all tables by populating a brand-new one. However, the brand-new one is not (initially) connected into the...

Finally got all of the integration tests to pass. Really ready for review now!

CodeCov really isn't happy so I've checked the coverage for `symbol_table.py` locally and all is fine. I've tried firing off the CI again so maybe CodeCov will sort itself out....

Should be ready for another look now, integration tests permitting.

Hi @JulienRemy, I can't remember what you said about PRs on Monday. Was this the one that's ready for a review?

Thanks @tommbendall. Those kernels that "loop to some depth in the halo regions" - is that depth set at compile-time or run-time? To summarise, we have: * Kernels that write...

Currently, the docs for `operates_on` say: ![image](https://github.com/user-attachments/assets/34007bd4-cec2-4644-9182-d8f47c8d448f) We need to extend this to support the two further cases given above. Really, `CELL_COLUMN` is effectively `OWNED_CELL_COLUMN` and then we would naturally...

Thanks Tom. Yes, your last two options could be captured in meta-data but that would require more engineering. However, if they are going to be the bulk of the use...

Right, so now I have: ![image](https://github.com/user-attachments/assets/f8954e3f-7210-4ac3-aed7-9e2fd01889ad) and ![image](https://github.com/user-attachments/assets/2b303dd7-0975-4b18-b12d-0cf488c5ef9e) does that look OK @tommbendall ?