Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shallow water benchmark fails if I run it with high core counts #659

Open
lslusarczyk opened this issue Nov 28, 2023 · 0 comments
Open

shallow water benchmark fails if I run it with high core counts #659

lslusarczyk opened this issue Nov 28, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@lslusarczyk
Copy link
Contributor

lslusarczyk commented Nov 28, 2023

(on cpu)

Example with sycl version:

mpirun -n 112 ./shallow_water --sycl -f -t -n 1024
shallow_water: [...]/distributed-ranges/include/./dr/detail/sycl_utils.hpp:124: 
sycl::event dr::__detail::parallel_for(sycl::queue &, sycl::range<2>, Fn &&)
[Fn = (lambda at [...]/distributed-ranges/include/./dr/mhp/algorithms/md_for_each.hpp:142:29) &]:
Assertion `global[0] < max && global[1] < max' failed.

For 1024 problem size 48 cores is sufficient to reproduce. happens with non sycl build as well

@lslusarczyk lslusarczyk added the bug Something isn't working label Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant