主题:找不到模块文件
各位好。我在soalris 8下面使用f90调用模块文件(one.mod),其中模块文件one.mod位于/data2/include
可是为什么不能使用?
a3.f90 如下:
use one
write(*,*)‘a’
END
编译命令:
f90 -M/data2/include -o a3 a3.f90
结果:
找不到模块文件one,为什么?求赐教!
可是为什么不能使用?
a3.f90 如下:
use one
write(*,*)‘a’
END
编译命令:
f90 -M/data2/include -o a3 a3.f90
结果:
找不到模块文件one,为什么?求赐教!