-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
README clarification + fix typo #69
Conversation
@IshaanDesai, re: openjournals/joss-reviews#5842 I tried to follow the steps from the
I think the config parameter is missing: |
Same comment on the "Run the Micro Manager" page. It seems that Once I run with config and more than 1 rank, I get:
|
I tried to add
|
Hi @mrogowski Thanks for your feedback! I have added the Where did you add the |
Thanks for the response. I got it working now. I also had issues with
did not work for me when running with 32 processes. Cases such as
where the integer size of the domain is divisible by the number of processes seem to work. Is it a known issue, or have I missed something? |
The domain decomposition is not very robust, but this should work in my opinion. What error did you get? |
results in
|
I investigated the problem further, and the error is hit because there are not enough vertices in the axis of the highest number of partitions. The unit cube example has 5 vertices in each axis, so when the number of partitions in the Z axis is set to |
@mrogowski now the |
Looks good! I tried to increase
and it results in the same error:
Do I need to change any other variables to make it work? I am still using v0.3.0. |
I am making the changes on your |
I understand and I was not expecting the new error message. What I was trying to do is to increase the number of vertices in |
Okay, I understand now. The vertices in |
Great, it is working now. I have no further questions, only a suggestion to perhaps - at some point - update the documentation with a multiprocess example. Thanks for all the clarifications! |
Thank you for this discussion! I will open an issue regarding adding documentation with a multi-process example. |
No description provided.