Skip to content Skip to sidebar Skip to footer
Showing posts with the label 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

Using F2Py With OpenACC Gives Import Error In Python

I am writing a simple test code to see how I could wrap a fortran code containing openacc regions a… Read more Using F2Py With OpenACC Gives Import Error In Python