如何将 MPI(openMPI 或 MPICH2)与 minGW - GNU gfortran 编译器一起使用

发布于 2024-12-24 18:32:03 字数 386 浏览 1 评论 0原文

我正在使用 eclipse PTP IDE 开发 MPI 代码,我希望能够在 Windows 上编译 MPI,它似乎提供 c++ 和 c 绑定,但我正在使用 fortran 和 gfortran 编译器编写,并且希望在 Windows 中工作,当前问题在 Linux 上不存在,因为可以在 Linux 本地编译库并使用 .mod 模块。

我想使用 cygwin 编译模块,但是 cygwin 上的 GNU gfortran 版本太旧,而且我在 Windows 上使用 miniGW 没有成功使用 openMPI 或 MPICH2

有什么建议吗?也许在 fortran 2003 中使用 c++ 绑定,我在 fortran 2003 中编写代码,因此它支持此功能。

缺乏关于此问题的文档。

谢谢。

I am using the eclipse PTP IDE to develop MPI code, I want to be able to compile MPI on windows, it seems to provide c++ and c binding, but I am writing using fortran and gfortran compiler and would like to work in windows, the current problem doesn't exist on linux because there it is possible to compile the libraries locally in linux and use the .mod modules.

I wanted to compile the modules using cygwin but the GNU gfortran version on cygwin is too old, and I wasn't successful openMPI or MPICH2 on windows using miniGW

any suggestions? maybe using c++ binding in fortran 2003, I write my code in fortran 2003 so it support this feature.

Documentation on this issue is lacking.

Thank you.

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

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

发布评论

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

评论(1

七分※倦醒 2024-12-31 18:32:03

根据 MPICH2 安装程序指南 MPICH2 可以在cygwin(请参阅同一文档的第 9.3 节),因此 gfortran 的版本不应该成为问题。您是否遵循本文档中的说明(特别是第 2 节)?

According to the MPICH2 Installer's Guide MPICH2 can be built under cygwin (see section 9.3 of the same document), so the version of gfortran shouldn't be an issue. Have you followed the instructions in this document (in particular section 2)?

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