-pgf90libs equivalent with nvc or nvc++?

What is the equivalent compiler flag for -pgf90libs (link to pgf90 runtime libraries) with nvc and nvc++? The legacy PGI compiler documentation used to have a section in the reference manual for all the supported compiler flags, which I can’t seem to find in the HPC SDK documentation…

It’s “-fortranlibs”, though “-pgf90libs” should still be accepted. Though, you’re correct in that it looks like we missed adding it to the docs. It’s under the “-help” options, just not in the online docs. I sent a note to engineering to see about adding it.

Thanks,
Mat

1 Like

Thanks a lot! I can see it now in the HPC SDK 20.9 documentation, under HPC Compiler Reference Manual.