小编use*_*252的帖子

在 Windows x64 和 Intel Fortran 中使用 f2py

我试图通过 Intel Fortran 编译器在 Windows 8、x64 上使用 f2py 来实现。

我尝试过两件事:

1) 通过 Windows 64x 安装程序安装。http://www.lfd.uci.edu/~gohlke/pythonlibs/ NumPy 已正确安装,但执行 f2py -c --help-fcompiler 时未找到编译器 我得到:

Fortran compilers found:
Compilers available for this platform, but not found:
  --fcompiler=absoft    Absoft Corp Fortran Compiler
  --fcompiler=compaqv   DIGITAL or Compaq Visual Fortran Compil
  --fcompiler=g95       G95 Fortran Compiler
  --fcompiler=gnu       GNU Fortran 77 compiler
  --fcompiler=gnu95     GNU Fortran 95 compiler
  --fcompiler=intelem   Intel Fortran Compiler for 64-bit apps
  --fcompiler=intelev   Intel Visual Fortran Compiler for Itani
  --fcompiler=intelv    Intel Visual Fortran Compiler for …
Run Code Online (Sandbox Code Playgroud)

python fortran numpy f2py intel-fortran

5
推荐指数
0
解决办法
1887
查看次数

标签 统计

f2py ×1

fortran ×1

intel-fortran ×1

numpy ×1

python ×1