两个fortran问题
- gfortran 有没有办法编译一个 f90 程序,但具有非 f90 扩展名,甚至根本没有文件扩展名?
- 使用 gforTRan 编译时如何抑制 f90 程序中使用的暂停语句警告?
非常感谢。
- gfortran -c sourfile.xyz 不起作用。我知道联机帮助页解释了这些选项,但我没有找到一个有效的。
- 我的意思是在我的 f90 程序中,我有一个暂停语句。如果我编译它,我会收到一条警告,指出暂停的使用已过时。我想在编译期间抑制此警告。
- Is there any way for gfortran to compile a f90 program but with a non-f90 extension, or even no file extension at all?
- How to suppress pause statement warning used in a f90 program when compiled with gforTRan?
Many thanks.
- gfortran -c sourfile.xyz does not work. I know the manpage explains these options, but I did not find one working.
- I mean in my f90 program, I have a pause statement. If I compile it, I got a warning saying the use of pause is obsolete. I want to suppress this warning during compilation.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)