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

More a Question than an Issue: Is there a multicore option for citrus.predict.classification #131

Open
Mthrun opened this issue Jul 28, 2022 · 1 comment

Comments

@Mthrun
Copy link

Mthrun commented Jul 28, 2022

Hi,
I could not find the answer within the documentation to the following question. If I overlooked something, please be so kind to point me there.
You provided comprehensible full example for citrus.predict.classification. With my data it takes a long time to compute. I was wondering, is there a multicore approach for this example?
Especially the clustering step takes a very long time to finish.

Best Regards
Michael

@rbruggner
Copy link
Collaborator

Hi Michael,
The best way to accelerate runtime is to compile Rclusterpp with multi-threaded support as it is the most computationally intense step (as you have noticed!). There are some old instructions on how to do that here: https://github.com/nolanlab/citrus/wiki/Installing-Citrus#Citrus_Installation_on_Mac_OS_X_using_MacPorts_and_g48_With_OpenMP_Support
Unfortunately, they might be a bit out of date, but it's worth giving it a shot!

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