-
Notifications
You must be signed in to change notification settings - Fork 42
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
strange behaviour of --numThreads #57
Comments
@dkainer |
@dkainer numThread helps in certain analysis scenario. It helps most when there are large matrix computations. So 16 threads can be slower than 1 threads in certain cases. What is your use case? |
@zhanxw Thank you. Just wanted to point out that I couldn't see that option ( |
The option |
But |
Yes, I just did. Thanks. |
I am running rvtest on a single node of a cluster. It works, but for some reason if I set --numThreads 16 it runs much slower than when using just --numThreads 1
With --numThreads 1 it completed 95,000 regions for one phenotype in about 140 mins
With --numThreads 16 it completed 95,000 regions for one phenotype in about 570 mins
My command to run rvtest is prefaced with the 'aprun' MPI command so perhaps I need to compile rvtest with some special flags to use the multiple threads properly?
best
David
The text was updated successfully, but these errors were encountered: