Peter Heywood

Results 100 issues of Peter Heywood

The [Filestores](https://docs.hpc.shef.ac.uk/en/latest/hpc/filestore.html) documentation overflows the RTD theme container, on windows less than ~2500px wide due to the ~1600px wide SVG. Tables on this page also often overflow the content. ![image](https://github.com/rcgsheffield/sheffield_hpc/assets/628937/6bea1022-73d8-4e70-a641-2cfcfafbc987)...

Windows CUDA CI seems to be broken in a separate repo. Attempting to reproduce in a simpler repository. Assuming it has been caused by an update to the actions windows...

CUDA 12.5 has changed an implicit include, meaning that `FLT_MAX` used in the circles examples is undefined. `#include ` should fix these / switch to `limits` This was with GCC...

At some point between [2024-04-26](https://github.com/FLAMEGPU/FLAMEGPU2/actions/runs/8850472109) and [2024-06-11](https://github.com/FLAMEGPU/FLAMEGPU2/actions/runs/9463757119) our Windows CI has stopped working, for CUDA 11.8 and CUDA 12.3 builds (11.0 builds are fine). In both cases, CMake could not...

Encountered a bug when working on a non-trivial model, where when using the DAG api (`dependsOn` etc) errors would occur when abstracting the definition of agent function behaviours and inclusion...

https://github.com/FLAMEGPU/FLAMEGPU2/blob/b5173e78765d03be8d1b393f8a037499b064b676/src/flamegpu/model/DependencyGraph.cpp#L280

Documentation typos / mistakes to fix found while using the docs (will build the list then resolve in a big go when time allows) + [ ] `HostFunctionDescriotion` not `HostFunctionDescription`...

Numpy 2.0 is scheduled for release on 2024-06-16, with a number of breaking changes. From a quick skim of the [migration guide](https://numpy.org/devdocs/numpy_2_0_migration_guide.html#numpy-2-migration-guide) the only stand out potentially relevant bit to...

Node 16 Github actions are deprecated, but node 20 actions are incompatible with Manylinux_2014/CentOS7. - Replaces manylinux wheel building to use 2_28 (based on Alma 8) - Updates depreacted actions...

Manylinux2014 containers are based on Centos7, which is now end of life (although third party companies are providing extended support). GitHub are also removing actions support from OS' which are...