-
Notifications
You must be signed in to change notification settings - Fork 4
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
Extend from single node to multi node #3
Comments
Hi! I think my question might be relevant here. I just built cabanaPIC into a container for the metrics operator in Kubernetes, and I'm interested in how to run it across nodes (using MPI)? So far I've figured out that I can just run |
Thanks for the interest! CabanaPIC does not currently have MPI support. It would be a moderate amount of effort to add this (the underlying Cabana library handles quite a bit for particle communication) |
Ok thanks! Do you have a suggestion for another cabana based simulation (proxy app) that would be good to try? |
ExaMPM is both closest to CabanaPIC in terms of method and has also had the most recent updates |
ok cool thanks for the advice, I will take a look! |
(low priority)
The text was updated successfully, but these errors were encountered: