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

F2py With Intel Fortran Compiler

I am trying to use f2py to interface my python programs with my Fortran modules. I am on a Win7 pla… Read more F2py With Intel Fortran Compiler

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

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