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

Fortran Binary Output Bigger Than Expected

I am writing output Fortran data in binary format of an NxMxL matrix as follows open(94, file = … Read more Fortran Binary Output Bigger Than Expected

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"

How To Build A Python Wheel With Compiled Fortran Extension Module Without Requiring A Specific Mingw Version On The User's System?

As far as I understand, one of the main advantages of distributing Python packages through wheels i… Read more How To Build A Python Wheel With Compiled Fortran Extension Module Without Requiring A Specific Mingw Version On The User's System?

Discontinuity In Results When Using Scipy.integrate.quad

I've discovered a strange behavior when using scipy.integrate.quad. This behavior also shows up… Read more Discontinuity In Results When Using Scipy.integrate.quad