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
DASH is affected to a PGI compiler but I reported a bug with a reproducer:
https://www.pgroup.com/userforum/viewtopic.php?t=6600
I noticed this because of the BoundaryProp enum class is of type uint8_t.
BoundaryProp
uint8_t
The text was updated successfully, but these errors were encountered:
It seems like this has been resolved in PGI 19.7. Can we close this issue or is any action needed in DASH?
Sorry, something went wrong.
It is. In case you do not want to support older PGI compilers, this can be closed.
In case you do not want to support older PGI compilers, this can be closed.
Not sure it's worth cluttering the code with ifdefs for broken old PGI compilers. It's documented here, in case someone runs into it.
ifdef
No branches or pull requests
DASH is affected to a PGI compiler but I reported a bug with a reproducer:
I noticed this because of the
BoundaryProp
enum class is of typeuint8_t
.The text was updated successfully, but these errors were encountered: