[f2py] Use f2py with Intel Fortran compiler on Intel Mac OS X

pearu at cens.ioc.ee pearu at cens.ioc.ee
Mon Oct 16 09:14:58 EEST 2006


On Sun, 15 Oct 2006, Richard Wang wrote:

> Hi,
> 
> I'd like to ask a question about Fortran Compiler. I want to use  
> Intel Fortran Compiler 9.1 on my Intel Mac OS X with f2py.  I tried  
> it, but it looked not supported ( I got a bunch of error messages).   
> Does anyone know how to make f2py work with Intel Fortran 9.1?

What are the error messages? Basically, the support for intel compilers
are implemented in numpy/distutils/fcompiler/intel.py. Run

  python intel.py

to check whether intel compiler is found. If not, try modifying
IntelFComplier.version_pattern to meet your compiler version output (ifc 
-V flag should show version information).

HTH,
Pearu




More information about the f2py-users mailing list