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

Scalability break-down in NNLSSolver for more than 2 processors #272

Open
dreamer2368 opened this issue Feb 15, 2024 · 1 comment
Open
Labels

Comments

@dreamer2368
Copy link
Collaborator

Scalability test using the unit test tests/test_NNLS in par-nnls branch shows a significant slow-down when more than 2 processors are used:

Number of processors Time
1 382ms
2 249ms
3 10902ms
4 15296ms

This test result is from a m2-chip macbook.

This issue might be related to #269 .

@dreamer2368
Copy link
Collaborator Author

A scaling test on LC quartz (#271 ) shows a reasonable scaling result, suggesting this scaling result to be an anomaly from a local laptop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant