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

Using F2py On A Fortran Code Linked To Petsc

My question is related to this post: Including a compiled module in module that is wrapped with f2… Read more Using F2py On A Fortran Code Linked To Petsc

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

Radial.o : Error Lnk2001: Unresolved External Symbol Lambda_fatal Error Lnk1120: 8 Unresolved Externals,error.failed With Exit Status 1120

I am running an open-source package that has some codes in Python 3.7 mixed with Fortran FOR . I us… Read more Radial.o : Error Lnk2001: Unresolved External Symbol Lambda_fatal Error Lnk1120: 8 Unresolved Externals,error.failed With Exit Status 1120

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

Installing Scipy On Red Hat

I am trying to install the SciPy package on Red Hat Enterprise Linux Server release 6.3. However, i… Read more Installing Scipy On Red Hat