Mikael Simberg

Results 232 issues of 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...

effort: 2
priority: low
type: feature
category: documentation
category: CI
type: cleanup

Document `with_priority` etc., along with which types support setting the given property.

effort: 3
priority: low
type: feature
category: documentation
category: senders/receivers

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...

effort: 3
priority: low
type: feature
type: bug

#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.

effort: 3
priority: medium
type: bug
category: senders/receivers

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_...

effort: 3
effort: 4
priority: low
type: feature
good first issue

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...

effort: 3
priority: medium
category: documentation
type: cleanup

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...

effort: 5
priority: low
type: feature

#1311 disables CPU coverage on eiger for same reasons as #1275. Reenable.

Category:CI
Priority:Medium
Type:Problem

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...