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

Using F2py On A Fortran Code Linked To Petsc

My question is related to this post: Including a compiled module in module that is wrapped with f2… Read more Using F2py On A Fortran Code Linked To Petsc

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

Radial.o : Error Lnk2001: Unresolved External Symbol Lambda_fatal Error Lnk1120: 8 Unresolved Externals,error.failed With Exit Status 1120

I am running an open-source package that has some codes in Python 3.7 mixed with Fortran FOR . I us… Read more Radial.o : Error Lnk2001: Unresolved External Symbol Lambda_fatal Error Lnk1120: 8 Unresolved Externals,error.failed With Exit Status 1120

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 Python Function From Fortran/c

I am writing a Fortran code and I would like to use some special functions and methods from Python … Read more Call Python Function From Fortran/c

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"

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?