-
Notifications
You must be signed in to change notification settings - Fork 13
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
Integrate the Cabana load balancer #29
base: master
Are you sure you want to change the base?
Conversation
This reverts commit 9ab5cf1.
This reverts commit d415dcb.
On summit the loadbalanced DamBreak currently segfaults after a few iterations. This does not happen on juwels (V100), juwels-booster (A100) or my local machine. On summit this is caused by running
It throws the error:
The error disappears for a debug build of kokkos or if the array access is checked manually in Cabana. ExaMPM is compiled using ExaMPMCompile.txt (here as .txt since GitHub does not recognize .sh files...) The script assumes |
Integrating the new Cabana load balancer instead of using it directly.