You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nested comments are effectively unsupported in C. But since there is no additional closing sequence, it's supposed to be valid code.
NVHPC did issue warnings when I used it. Unless you pass the -Werror, it is not really an issue.
FYI, gcc -Wall would give a similar warning.
This type of comment is not supported by the NVHPC 23.11 C compiler.
It appears in the following files at line 847, 853 and 859:
The fix consists in the removal of
/*
after__mpi_interface_deprecated__;
.The text was updated successfully, but these errors were encountered: