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

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

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: 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?