Fortran-Python 链接
我正在尝试使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论