-
Notifications
You must be signed in to change notification settings - Fork 15
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
Examples of Communcations Patterns in Elemental #73
Comments
JBlaschke
changed the title
Understanding communcations patterns in Elemental
Examples of Communcations Patterns in Elemental
Oct 6, 2021
Take a look at Lines 39 to 74 in 8308915
queueUpdate and then you process the queries.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am not sure how to convert a local Array into
Elemental.DistMatrix
. The example in the README (and that I have used in #72 ) useElemental.gaussian
to fill aDistMatrix
. However for a realistic workflow, I need to load distributed pieces of data (each local to a rank) and "fill" theDistMatrix
locally. I seem grid objects mentioned, so there must be some way to specify which indices map to which ranks (like https://github.com/eth-cscs/ImplicitGlobalGrid.jl), but I cannot find any documentations/examplesClearly
Elemental.gaussian!
operates locally for each rank -- e.g. if I do:the program hangs.
Can you point me to the right place?
The text was updated successfully, but these errors were encountered: