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

Call Fortran Function From Python With Ctypes

I am looking to use ctypes to call some old fortran libraries which were written by my boss a few y… Read more Call Fortran Function From Python With Ctypes

Why Is My F2py Programs Slower Than Python Programs

I recently wrote a time consuming program with python and decided to rewrite the most time consumin… Read more Why Is My F2py Programs Slower Than Python Programs

Precision Discrepancy Between Fortran And Python (sin Function)

I see a discrepancy between python and Fortran when using the sinus function. Could anyone shed lig… Read more Precision Discrepancy Between Fortran And Python (sin Function)

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

Dramatic Slow-down When Executing Multiple Processes At The Same Time

I write a very simple code which contains summation of arrays by using both Fortran and Python. Whe… Read more Dramatic Slow-down When Executing Multiple Processes At The Same Time

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?