Mikael Simberg
Mikael Simberg
> > Fix #1258 > > Can you update the stdexec version on the 24.07 configuration as well? Sorry, there are plenty other commits that need to be updated, including...
FYI, the 24.9 build is not concretizing: https://gitlab.com/cscs-ci/ci-testing/webhook-ci/mirrors/479009878135925/5304355110917878/-/jobs/7993231511. Probably because of GCC 14?
`--diag_suppress cuda_compile` doesn't exist in 24.7, so that'll have to be changed to be conditional on version (https://gitlab.com/cscs-ci/ci-testing/webhook-ci/mirrors/479009878135925/5304355110917878/-/jobs/8004981730#L369).
@aurianer could you fix the cmake-format issue? I think this would otherwise be mergeable.
cscs-ci run
@aurianer now that alps is back would you mind rebasing this to resolve the conflict?
Thanks for reporting. Do you have more information about the failure? A core dump/backtrace? I'm guessing the illegal instruction is a consequence of test failure reporting gone bad. Obviously the...
Not updating stdexec commit because of #1448. The `task_size --method=bulk` benchmark runs very slowly because it doesn't seem to be parallelized.
Putting this PR on hold. It'd be nice to have this build use stdexec as that's what we're targeting as the default option. However, an older version of stdexec (25.03...
Bonus: add a test that verifies that bulk actually runs on more than one thread. We currently only check that it runs on a different thread than the spawning thread.