Fortran-Python 链接

发布于 2025-01-13 11:45:19 字数 414 浏览 0 评论 0原文

我正在尝试使用 f2py 将 Fortran 文件转换为 python 模块。我已将 .f 文件转换为 .o 文件,在其中定义了名为 SDIVINI 和 UMAT 的子例程。在链接过程中,我指示 f.90 文件从转换后的 .o 文件中调用子例程。然而,它显示了对 SDIVINI 和 UMAT 的未定义引用,尽管这两个子例程都是在转换后的 .o 文件中定义的。我在深色背景照片中收到以下错误。我使用以下命令来调用白色背景照片中显示的文件。我在 Windows 中使用 gfortran。 从 .o 文件调用 UMAT错误消息

I am trying to convert a Fortran file to a python module using f2py. I have converted the .f file .o file where I have defined a subroutine called SDIVINI and UMAT. During the linking, I have instructed the f.90 file to call the subroutine from the converted .o file. However, it shows the undefined reference to SDIVINI and UMAT although both of the subroutines are defined inside the converted .o file. I get the following error in the dark background photo. I have used the following commands to call the file shown in the white background photo. I am using gfortran in windows. calling the UMAT from .o fileerror msg

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文