Skip to content
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

Increase speed of rank computation #1153

Merged
merged 2 commits into from
Nov 16, 2021
Merged

Increase speed of rank computation #1153

merged 2 commits into from
Nov 16, 2021

Conversation

rhc54
Copy link
Contributor

@rhc54 rhc54 commented Nov 15, 2021

If the mapping and ranking objects are the same, then
we know that the procs were placed in the node array
in object order. This allows a shortcut when computing
their ranks - take advantage of it.

Signed-off-by: Ralph Castain rhc@pmix.org

If the mapping and ranking objects are the same, then
we know that the procs were placed in the node array
in object order. This allows a shortcut when computing
their ranks - take advantage of it.

Signed-off-by: Ralph Castain <rhc@pmix.org>
Required to match expected output

Signed-off-by: Ralph Castain <rhc@pmix.org>
@rhc54 rhc54 merged commit 5aa3f95 into openpmix:master Nov 16, 2021
@rhc54 rhc54 deleted the topic/rnk branch November 16, 2021 00:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant