John Biddiscombe
John Biddiscombe
Fixes #612 (mpi algorithm test). Note : Async storage test is still experimental and not essential to the testing framework - it should be moved to performance tests when working...
We have a custom arena which needs to be thread safe, we allocate memory (with `mmap`) and use ``` bool success = mi_manage_os_memory_ex(ptr, size, true, false, true, numa_node, true, &m_arena_id);...
Add a pool create option to 'init params' - this allows pika to call mpi pool_create at startup and remove the need for the user to setup a polling pool...
A user experienced problems loading a silo file using the most recent paraview, A related issue is here which reproduces the same problem AFAICT https://gitlab.kitware.com/paraview/paraview/-/issues/22373 I tried rolling back to...
H5part was discontinued many years ago, but the code was copied into the source tree of sphexa and although it works fine when built as an external as part of...
By chance I notice that the turbulence test fails from time to time. This repeated soak test gives more info ``` tries=1000; count=0; for i in `seq 1 $tries`; do...
``` mpi: spec: openmpi gpu: cuda ``` should now use the latest openmpi@5 and new libfabric
This branch is for testing CSCS CI and not to be merged