Daniel Arndt
Daniel Arndt
``` 27: [ RUN ] openmptarget.NestedSort 27: OpenMPTarget backend requires a minimum of 32 threads per team. ```
Are you even touching `MDRangePolicy`? This test fails occasionally, it might not be related to your changes at all.
Let's maybe just retry again. Retest this please.
Would you mind adding some instructions on how you were running into the issue? What's the `spack` command you are using?
You are targeting the wrong branch here. It should be `develop` and not `master`.
> I suspect this is superseded by #4593, right @masterleinad ? Partly, yes. I would still be interested in hearing if this gives you better performance as compared to current...
``` Scanning dependencies of target analyze-kokkos-compile-time Analyzing compile times from .compile-time-perf-timem-output... Traceback (most recent call last): File "/usr/local/bin/compile-time-perf-analyzer", line 415, in args = parser.parse_intermixed_args(_iargs) AttributeError: 'ArgumentParser' object has no attribute...
Just caused all our docker containers to recompile. :slightly_smiling_face:
If the issue with `RULE_LAUNCH_COMPILER` really only is triggered here, I don't have strong objections to leaving it here (although it very likely gets merged faster if it's pulled into...
I think this would be nice to have to use in a performance regression framework once that exists.