两个fortran问题

发布于 2024-10-06 17:33:03 字数 295 浏览 1 评论 0原文

  1. gfortran 有没有办法编译一个 f90 程序,但具有非 f90 扩展名,甚至根本没有文件扩展名?
  2. 使用 gforTRan 编译时如何抑制 f90 程序中使用的暂停语句警告?

非常感谢。


  1. gfortran -c sourfile.xyz 不起作用。我知道联机帮助页解释了这些选项,但我没有找到一个有效的。
  2. 我的意思是在我的 f90 程序中,我有一个暂停语句。如果我编译它,我会收到一条警告,指出暂停的使用已过时。我想在编译期间抑制此警告。
  1. Is there any way for gfortran to compile a f90 program but with a non-f90 extension, or even no file extension at all?
  2. How to suppress pause statement warning used in a f90 program when compiled with gforTRan?

Many thanks.


  1. gfortran -c sourfile.xyz does not work. I know the manpage explains these options, but I did not find one working.
  2. 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

酒儿 2024-10-13 17:33:03
  1. 使用 -w 选项抑制所有警告?
  1. Suppress all warnings with -w option?
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文