-
Notifications
You must be signed in to change notification settings - Fork 67
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
About OMP_NUM_THREADS? #138
Comments
Before you set any environment variable related to OpenMP, can you do this: |
When i run 'export OMP_NUM_THREADS=62 && ./pddrive big.rua', the FACTOR time is 10.5s, and Mflops is 0.8. |
Currently, we use superlu_dist-8.1.0.tar.gz package. Could it have been fixed in last version, i will try v8.1.2 tags? |
Are you able to resolve the issue? It is very abnormal that when you increase OMP threads from 1 to 2, the runtime is more than doubled. |
When i set 'unset OMP_NUM_THREADS',
running pddrive example with big.rua, FACTOR time is 13s, Mflops value is 0.67.
But set 'export OMP_NUM_THREADS=1', in the same way,
FACTOR time is 0.005s, Mflops value is 1780.63.
What could be the reason?
It's not necessarily a problem.I don't know, nobody else has had the same problem.
The text was updated successfully, but these errors were encountered: