-
Notifications
You must be signed in to change notification settings - Fork 33
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
Fix build errors with clang16 (and clang17) #904
Comments
valassi
added a commit
to valassi/madgraph4gpu
that referenced
this issue
Jul 11, 2024
…pp.exe by adding -no-pie madgraph5#904
valassi
added a commit
to valassi/madgraph4gpu
that referenced
this issue
Jul 11, 2024
…ng OMP only for clang16 madgraph5#904
valassi
added a commit
to valassi/madgraph4gpu
that referenced
this issue
Jul 11, 2024
…6 builds madgraph5#904 (disabling OMP only for clang16; add -no-pie for fcheck_cpp.exe)
valassi
added a commit
to valassi/madgraph4gpu
that referenced
this issue
Jul 11, 2024
This is closed in PR #905. Closing the issue even if the MR is not yet merged |
valassi
added a commit
to valassi/madgraph4gpu
that referenced
this issue
Jul 11, 2024
…ng OMP only for clang17 madgraph5#904
valassi
added a commit
to valassi/madgraph4gpu
that referenced
this issue
Jul 11, 2024
…7 builds madgraph5#904 (disable OMP also for clang17)
valassi
added a commit
to valassi/madgraph4gpu
that referenced
this issue
Jul 11, 2024
I later fixed also clang17 and added wrappers (NB I think that clang formatting would behave very differently instead...) |
valassi
added a commit
to valassi/madgraph4gpu
that referenced
this issue
Jul 11, 2024
…ph5#904: remove link-time -no-pie, add compiler-time -fPIC to fortran
valassi
added a commit
to valassi/madgraph4gpu
that referenced
this issue
Jul 11, 2024
…5#904: remove link-time -no-pie, add compiler-time -fPIC to fortran
valassi
added a commit
to valassi/madgraph4gpu
that referenced
this issue
Jul 11, 2024
…adgraph5#904, adding -fPIC to fortran compilation
valassi
added a commit
to valassi/madgraph4gpu
that referenced
this issue
Jul 12, 2024
…pp.exe by adding -no-pie madgraph5#904
valassi
added a commit
to valassi/madgraph4gpu
that referenced
this issue
Jul 12, 2024
…ng OMP only for clang16 madgraph5#904
valassi
added a commit
to valassi/madgraph4gpu
that referenced
this issue
Jul 12, 2024
…6 builds madgraph5#904 (disabling OMP only for clang16; add -no-pie for fcheck_cpp.exe)
valassi
added a commit
to valassi/madgraph4gpu
that referenced
this issue
Jul 12, 2024
…ng OMP only for clang17 madgraph5#904
valassi
added a commit
to valassi/madgraph4gpu
that referenced
this issue
Jul 12, 2024
…7 builds madgraph5#904 (disable OMP also for clang17)
valassi
added a commit
to valassi/madgraph4gpu
that referenced
this issue
Jul 12, 2024
…ph5#904: remove link-time -no-pie, add compiler-time -fPIC to fortran
valassi
added a commit
to valassi/madgraph4gpu
that referenced
this issue
Jul 12, 2024
…5#904: remove link-time -no-pie, add compiler-time -fPIC to fortran
valassi
added a commit
to valassi/madgraph4gpu
that referenced
this issue
Jul 12, 2024
valassi
added a commit
to valassi/madgraph4gpu
that referenced
this issue
Jul 17, 2024
…6 builds madgraph5#904 (disabling OMP only for clang16; add -no-pie for fcheck_cpp.exe)
valassi
added a commit
to valassi/madgraph4gpu
that referenced
this issue
Jul 17, 2024
…7 builds madgraph5#904 (disable OMP also for clang17)
valassi
added a commit
to valassi/madgraph4gpu
that referenced
this issue
Jul 17, 2024
…5#904: remove link-time -no-pie, add compiler-time -fPIC to fortran
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fix build errors with clang16 - this is a subtask in #734
The first error is the following
This can be fixed by adding -no-pie
Then I also disabled OMP for this specific compiler (while waiting to disable OMP generally when merging PR #900)
The text was updated successfully, but these errors were encountered: