如何在大小写敏感模式下在 gfortran 中编译?

发布于 2024-10-26 20:24:36 字数 154 浏览 1 评论 0原文

是否可以使用区分大小写gfortran中编译fortran 90/95代码? 我搜索了手册,但找不到任何可以给 gfortran 的标志或选项以使其区分大小写。 我希望大写和小写的变量不同。

那么,有可能吗?

Is it possible to compile a fortran 90/95 code in gfortran with Case Sensitive?
I searched the manuals, but couldn't find any flag or option I can give to gfortran to make it case sensitive.
I want to have variables in upper case and lower case to be different.

So, is it possible?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

时光与爱终年不遇 2024-11-02 20:24:36

没有这样的标志或选项。当然,gfortran 是免费软件,欢迎您下载源代码并创建具有该特定功能的您自己的版本。

实际上,我建议在进行 Fortran 编程时只遵循 Fortran 标准并忘记区分大小写的想法。

There is no such flag or option. Of course, gfortran being free software, you're welcome to download the source code and create your own version with that particular feature.

In reality, I'd recommend to just follow the Fortran standard and forget the idea of case sensitivity when programming Fortran.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文