Replies: 2 comments
|
The Nvidia ticket numbers are TPR#32551 for the undefined references error, and TPR#32552 for the ICE. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Here are some of the errors from NVHPC 22.9. All the other external libraries work except h5fortran, which I reported a bug for: https://forums.developer.nvidia.com/t/fortran-2008-submodule-select-type-bug/231252
This might be a problem cured in part by "double declaring" submodule interfaces, that is, use
module subroutine foo(A,B,C)instead ofmodule procedure foo.The nvfortran compiler has been steadily improving, so I'll from time to time recheck.
All reactions