Simeon Bird

Results 5 issues of Simeon Bird

- Clang 6 is able to optimise the fibonacci test to something like: int fibs[20] = {1, 2, 3, 5, 8, ...} printf("%d\n", fibs[i]); and thus completes in zero time....

We have been told by Frontera admin that it is causing problems for Astrid, as multiple files are written in quick succession and this forces the file servers to sync,...

After the end of the unit tests, the logging module prints the following: --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3.12/logging/__init__.py", line 1163, in emit stream.write(msg +...

The MPI Unit test github action runs: mpirun -n 4 --oversubscribe python -m pytest --with-mpi in a matrix for python 3.8, 3.10 and 3.13. This fails frequently on github actions,...

When the functions were reorganised for v3.3.2, sigma8() was accidentally renamed to simga8(), and sigma8_cb was renamed to simga8_cb. Fix the typo by renaming them back. This is obviously a...