Mikael Simberg

Results 368 comments of Mikael Simberg

> I think you mean s390x, which appeared the failures of `-latomic`? I will test this add `-latomic` to `CMAKE_CXX_FLAGS`. Yep, indeed. Thanks!

Thanks for the logs. Regarding the `process_mask_flag` test failure, I've attempted to relax the regex used for checking the test output in https://github.com/pika-org/pika/pull/922. The output of the test looks correct...

Tentatively scheduling this for 0.25.0 with the hope that the current maintenance will update the driver to a new enough version.

The GCC static analyzer page says (https://gcc.gnu.org/wiki/StaticAnalyzer): > Only C is currently supported (I hope to [support C++ in GCC 14](https://gcc.gnu.org/bugzilla/showdependencytree.cgi?id=97110), but it is out-of-scope for GCC 13)

Perhaps worth opening issues for the following as well: - GCC 10 + APEX configuration - Release builds - Performance CI (the one on Jenkins, not the one pushing to...

Thanks @biddisco, that sounds reasonable. I realize that in the MPI case the actual latency until a request is completed would not be affected by using priorities. I suppose the...

#286 added normal and high priority queues for CUDA polling. This issue still tracks the corresponding change for MPI polling.

This is now high priority since the old Piz Daint will be decommissioned soon.

This seems to require a custom variant in the spack package that enables clang as a device compiler. This is not very urgent or important, but nice to have.

With #1042 all tests and examples, except for an explicit set of blacklisted tests, run through asan, lsan, ubsan, and tsan on merges. msan is still not used at all.