Mikael Simberg
Mikael Simberg
Formatting of documentation files tends to be very subjective based on personal preferences and/or editor settings. Perhaps consider https://github.com/dzhu/rstfmt and/or https://github.com/hukkin/mdformat for formatting documentation files? These were only the first...
Document `with_priority` etc., along with which types support setting the given property.
When `PIKA_WITH_THREAD_STACK_MMAP` is disabled, the stack trace collection may segfault in a few of the resource partitioner tests (`shutdown_suspended_pus`, `suspend_thread`, `suspend_pool`). This is reproducible in CI with at least clang...
#1306 disables the test due to https://github.com/NVIDIA/stdexec/issues/1426. We should attempt to fix `split` in stdexec and reenable the test.
We currently ad-hoc populate the inshpect configuration file with standard library functionality as we notice e.g. missing includes. We could be a bit more thorough about it by adding _everything_...
To avoid missing documentation links etc. (like what is fixed by #1298), we should attempt to enable `WARN_AS_ERROR` in the doxygen configuration file (https://www.doxygen.nl/manual/config.html#cfg_warn_as_error). I tried it and it's not...
As a debugging aid, it may be useful to have a mode where all tasks either are forced to run on a single thread or where each supposedly asynchronous task...
#1311 disables CPU coverage on eiger for same reasons as #1275. Reenable.
Added as workaround in #215, details in https://github.com/eth-cscs/stackinator/pull/215/files#r2126485212.
spack 1.0 will have parallel package builds by default. As far as I understand, this will also eventually use a build server, exactly as `spack env depfile`. Therefore `depfile` will...