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

Performance issue #3

Open
mingmin95 opened this issue Oct 25, 2023 · 2 comments
Open

Performance issue #3

mingmin95 opened this issue Oct 25, 2023 · 2 comments

Comments

@mingmin95
Copy link

mingmin95 commented Oct 25, 2023

Hi @porterehunley, I ran the example, 10000 node take 16s, 60000 node take 6min, not as fast as the report said
May I ask where the problem may have occurred?

image

@mingmin95 mingmin95 changed the title Performance issues Performance issue Oct 25, 2023
@porterehunley
Copy link
Owner

Do you mind sharing what architecture you're running on? Also, can you tell me how long the "initial dissimilarities" took for 60k points?

6 minutes is too long but you should be able to speed that up by increasing the no_processors from 1 to the number of cores available on your machine.

@mingmin95
Copy link
Author

mingmin95 commented Oct 26, 2023

@porterehunley thanks for the reply, increase the n_processors from 1 to 8, 60k points still need ~3min, and the architecture is as follow:
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 80
On-line CPU(s) list: 0-79
Thread(s) per core: 2
Core(s) per socket: 20
Socket(s): 2
NUMA node(s): 2
Vendor ID: GenuineIntel
CPU family: 6
Model: 85
Model name: Intel(R) Xeon(R) Gold 6230 CPU @ 2.10GHz
image
image

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

No branches or pull requests

2 participants