hayk

Results 49 comments of hayk

so do you use `KOKKOS_ENABLE_HIP`? i don't have access to any `HIP` machines to test, but removing `Inline` is definitely not an option, since it won't run on a device...

hi @Tissot11, apologies for the late reply. btw, the shock setup should work in the new dev branch (will be released as 1.1.0 shortly). regarding your issue -- Cuda actually...

@Tissot11 could you try without OpenMP? I had previously issues with that, since CUDA is getting confused if multiple CPU threads are running. Regardless, you won't gain much by having...

That's odd, OpenMP has nothing to do with hdf5. Did you clean the `build` directory before recompiling? The error messages look very weird. But for debugging purposes, try to minimize...

@StaticObserver nice! i changed the merge branch to 1.1.0rc. we try to never directly merge to master.

@StaticObserver i rebased the branch so it's now up-to-date with 1.1.0rc. Only changes relevant to the new metric are visible now.

It should not matter, as long as (a) you specified the correct `Kokkos_ARCH` flag, and (b) you use the same exact libraries on both nodes. I mean the error message...

`METRICS::fs` test currently fails due to likely accuracy issues. numbers are close, but not close enough for the `cmp::AlmostEqual`. @StaticObserver could you fix and push?

> I couldn't understand the environment modules page is meant for building your own modules or using the existing ones on a cluster? Yes, in theory on a well-maintained cluster...

> The tests all passed on HIP device and failed on Cuda device. I carefully checked the expressions of f0 and find no errors, I simply changed the accuracy requirement...