-
Notifications
You must be signed in to change notification settings - Fork 19
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
Unclear if conda user package works with MPI #390
Comments
How did you run? Did you use |
I forgot about it, but now I ran
|
Maybe the default is nompi. Anyway you should be able install the mpi version explicitly. |
Yes, installing the mpi version explicitly seems to work, thank you. Is there a reason why it's not the default? |
I installed
pyamrex
from Conda and I think it doesn't use MPI, even if it's installed on my system. The documentation only mentions that pyamrex conda package does not yet provide GPU support, but doesn't say anything about MPI. In the developer installation it looks like MPI is enabled by default, so I don't understand this behaviour.If I run
tests/test_particleContainer.py
, I obtaineven if I see in my Config
and MPI is indeed installed on my system.
If I remove the skip statement, I see that something is running, but it talks about OMP threads, that should be disabled.
This is the output after a slight tweak of the test:
This is the test code, for reference:
The text was updated successfully, but these errors were encountered: