-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Unknown OpenMP flags for clang #43
Comments
A gentle reminder about this issue. |
Clang does not support openmp. Use pthreads instead. |
Hi, You can try adding following line in the 'configure' file to include -fopenmp option for clang
|
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Hey guys
I am trying to build libFLAME on our AMD Naples machines using the AOCC v.2.2.0 compilers (clang, clang++, flang). We run CentOS 7.8 on our compute nodes.
Here is the
configure
options that I pass:However, I get the following complaint over OpenMP flags:
I have played with the
cflags
andfflags
variables above, e.g. with/without-fopenmp
, or-fopenmp=libomp
or-fopenmp=libiomp5
; however, all have failed. Seems like theconfigure
is not listening to theEXTRA_CLFAGS
argument passed to it.Do you have any idea how to fix this?
Regards
Ehsan
The text was updated successfully, but these errors were encountered: