-
Notifications
You must be signed in to change notification settings - Fork 9
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
omp_lock_t is undefined on Intel serial build #1173
Comments
Here's the output file that was provided to me. Not sure if it will be super useful! |
ok, this actually contains one major hint:
looking at the flags in the long compilation line, the interesting part is:
Intel documentation says that
so as suspected I am looking at |
removing the |
@lifflander Long story short: to progress with this, I definitely need CMake part of the build log (configuration step).
|
I can try to reproduce this tomorrow, and get you more detail |
Great, any additional info will be nice! |
@PhilMiller any success with the reproduction? |
I tried to reproduce this with Trilinos and EMPIRE built with Intel 18.0.5, and it built successfully. I noticed in the full output that Nick may have been building in a mixed environment between Intel 18.0.2 and 19.0.5. I could vaguely imagine that leading to this sort of trouble, if the wrong headers were available. |
Avoid unsupported flags and silence remarks for libfort when compiling with icc.
Avoid unsupported flags and silence remarks for libfort when compiling with icc.
Let's disable threading by default. |
Avoid unsupported flags and silence remarks for libfort when compiling with icc.
- add configuration variables for threading (Docker and script, CMake already has them) - update documentation accordingly
Describe the bug
From an EMPIRE dev:
The text was updated successfully, but these errors were encountered: