Fortran 中的流式传输和直接访问

发布于 2024-11-10 11:13:51 字数 81 浏览 2 评论 0原文

我意识到我可以在编译器中模拟流访问,而无需使用直接访问字符文件。
有什么我应该注意的陷阱或可移植性问题吗?
我的程序看起来运行正常。

I realized that I can emulate stream access in a compiler without it using a direct access file of characters.
Are there any pitfalls or portability issues I should be aware of?
My program seems to work OK.

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

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

发布评论

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

评论(1

牛↙奶布丁 2024-11-17 11:13:51

我发现直接访问文件有时确实用于此目的。示例是 FLIBS 中的库 binstreams。此方法带来的问题也在实现说明下进行了描述。这种方法很方便,因为有时并非每台 HPC 计算机都可用最新的编译器。

I found that direct access files are indeed sometimes used for this purpose. The example is library binstreams in FLIBS. The issues that comes with this approach are described there as well under implementation notes. This approach can be handy, because there sometimes not the newest compilers available on every HPC computer.

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