Help!when i tried to use PGI 17.10 community edition on Win 10 to compile my .f90 code, i got the following error:PGF90-F-0004-Unable to open MODULE file.
my commands:
pgfortran -acc -ta=tesla:cc60 -Minfo=all mod.f90 -o mod.exe
Even if i add -Mdll ,the error still exists.But it’s odd that when the module file doesn’t contain subroutines
the error disappears,and everything goes fine.
please help me!