nvfortran module部分代码增量编译 #2359
Unanswered
xiangyi-wang
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
修改fortran module模块内代码时,gfortran编译器可以直接xmake 仅编译修改的部分 ifort 执行xmake 会从头全部编译,nvfortran时 xmake会报错 只能xmake -r全部重新编译 ,这个是编译器的差异问题还是xmake的问题呢
Beta Was this translation helpful? Give feedback.
All reactions