Peter Heywood
Peter Heywood
The `__host__` `__device__` warnings through MSVC also effect our release builds: ``` "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1\bin\nvcc.exe" -gencode=arch=compute_35,code=\"sm_35,compute_35\" -gencode=arch=compute_60,code=\"sm_60,compute_60\" -gencode=arch=compute_60,code=\"compute_60,compute_60\" --use-local-env -ccbin "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.25.28610\bin\HostX64\x64" -x cu -rdc=true...
`-Wmaybe-uninitialized` requires compiler optimisations to be enabled to function in GCC, so the GCC 12 build in the ubuntu-compilers workflow doesn't trigger these warnings. https://github.com/Chaste/Chaste/blob/b98110e9d82a10460375695d02b4040047da1734/.github/workflows/ubuntu-compilers.yml#L33-L35 A local GCC 11.4.0 build...
The following could be added to CI workflows to perform this downgrade just from this exact version, for workflows where `matrix.os` is defined. The alternative when this is using a...
A few more relevant links to keep an eye on for fixes. It seems to be that paraview is going to need to be patched for `.vtu` parsing to work...
Detection via `try_run` is possible, but VTK does not make it trivial to programatically detect XML reading/parsing errors, instead just printing them to stdout and continuing. I've pushed a crude...
Todo from in-meeting discussion. + [ ] Patch CI workflows where needed + [ ] Add temporary libexpat1 checking ci workflow that will fail while libexpat1 / is broken. This...
> Hi, I've tried adding the downgrade to the [`chaste-docker`](https://github.com/Chaste/chaste-docker) base image for both `arm64` and `amd64` on `jammy` but the build fails: > > ``` > > [linux/amd64 base...
@bdevans I've submitted a PR which adds the missing `apt-get update &&`. Running this locally the docker build succeeded. https://github.com/Chaste/chaste-docker/pull/18
The upstream VTK issue has been marked as closed on 2024-04-19 by https://gitlab.kitware.com/vtk/vtk/-/commit/db8f9efca220c9d16a30958e179abae3379d0011 If or when this gets backported to ubuntu 22.04's repositories (and other effected distributions, including 24.04 and...
Benchmark Ideas: 1. Scale population, simple comms-free model (i.e. random walk) 2. Scale population, message output, mesasge input with fixed message count per agent (bucket, with 1 bucket per N...