-
Notifications
You must be signed in to change notification settings - Fork 110
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
Could not achieve THREAD_MULTIPLE support #144
Comments
I attach information from
I guess that it could be related: Elemental version information: Elemental configuration: Elemental's C compiler info: Elemental's C++ compiler info: |
It is because you are using Open-MPI: open-mpi/ompi#157. Please switch to MPICH or a derivative and wait for Open-MPI to support |
You may be able to compile and install Open-MPI yourself with thread support. Please write their user email list for assistance. |
Alternatively, I would recommend not building in Hybrid mode, in which case the warning would go away (and there should not be much performance degradation). |
I have recompiled without the Hybrid mode activated and is working now :) Thank you. |
…#144)" (elemental#145) This reverts commit 385877e.
Hello,
I installed the library and I am starting to play with it. I have written a simple program:
However when I execute it (compiled with ElVars and a Makfile) I get this output
WARNING: Could not achieve THREAD_MULTIPLE support.
Is it normal?
The text was updated successfully, but these errors were encountered: