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

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?

F2py Linking Quadmath Libraries? Use Ctypes For Fortran Wrapper Instead?

Update 11/23/2019: This started out as a question about why I could not get f2py to work for a simp… Read more F2py Linking Quadmath Libraries? Use Ctypes For Fortran Wrapper Instead?

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

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

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

F2py Linking Quadmath Libraries? Use Ctypes For Fortran Wrapper Instead?

Update 11/23/2019: This started out as a question about why I could not get f2py to work for a simp… Read more F2py Linking Quadmath Libraries? Use Ctypes For Fortran Wrapper Instead?