Skip to content Skip to sidebar Skip to footer
Showing posts with the label F2py

Setting The Fortran Compiler In F2py

I am trying to run the f2py example to create the compiled extension module¶: # import os # os.envi… Read more Setting The Fortran Compiler In F2py

F2py: Require Specific Numpy Version During Creation Of Binary Wheel

We are publishing binry wheels for a python package on PyPi. The package has a Fortran extension wh… Read more F2py: Require Specific Numpy Version During Creation Of Binary Wheel

How To Obtain How Much Time Is Spent In F2py Wrappers

I am currently writing a time consuming python program and decided to rewrite part of the program i… Read more How To Obtain How Much Time Is Spent In F2py Wrappers

Python Error : File ... Spherical.py... Import F_utils...importerror: Dll Load Failed: The Specified Module Could Not Be Found

I am running some codes in python 2.7 with MIN-GW - gfortran of fortran77 codes and Visual Studio 2… Read more Python Error : File ... Spherical.py... Import F_utils...importerror: Dll Load Failed: The Specified Module Could Not Be Found

F2py: Specifying Real Precision In Fortran When Interfacing With Python?

I am playing around with f2py. I'm a bit confused about numpy intrinsic types vs. fortran 90 ty… Read more F2py: Specifying Real Precision In Fortran When Interfacing With Python?