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

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

What Is The Intent Of This Fortran 77 Code?

I'm trying to Pythonize a FORTRAN77 code. There's a block of code that I just can't see… Read more What Is The Intent Of This Fortran 77 Code?

Python Error : File ... Spherical.py... Import F_utils...importerror: Dll Load Failed: The Specified Module Could Not Be Found

I am running some codes in python 2.7 with MIN-GW - gfortran of fortran77 codes and Visual Studio 2… Read more Python Error : File ... Spherical.py... Import F_utils...importerror: Dll Load Failed: The Specified Module Could Not Be Found

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