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 Giving "redefinition Of 'foo'... Previous Definition Was Here"

this is my first question so be nice to me. I'm using f2py from numpy 1.6.1. I have a fortran m… Read more F2py Giving "redefinition Of 'foo'... Previous Definition Was Here"

Fortran Program Fails Depending On A Write Statement Before Subroutine Call

It's been a number of years since I've worked with Fortran, so maybe I'm missing a fund… Read more Fortran Program Fails Depending On A Write Statement Before Subroutine Call

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