We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On ALCF Polaris using the nvhpc 23.9.0 compilers, this macro:
omega_h/src/Omega_h_macros.h
Lines 16 to 22 in 0dcdfee
results in pragma GCC system_header being added to a handful of header files. The compiler/pre processor outputs the following warning:
pragma GCC system_header
omega_h/src/Omega_h_mpi.h(8): warning #2320-D: #pragma GCC system_header cannot be used in the primary source file _Pragma("GCC system_header")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On ALCF Polaris using the nvhpc 23.9.0 compilers, this macro:
omega_h/src/Omega_h_macros.h
Lines 16 to 22 in 0dcdfee
results in
pragma GCC system_header
being added to a handful of header files. The compiler/pre processor outputs the following warning:The text was updated successfully, but these errors were encountered: