FortranTip (@fortrantip) 's Twitter Profile
FortranTip

@fortrantip

Tips about Fortran. Code samples and index of tweets are at GitHub. I post as Beliavsky at Fortran Discourse. Joined by other contributors. Male.

ID: 1471886471011389446

linkhttps://github.com/Beliavsky/FortranTip calendar_today17-12-2021 16:54:38

460 Tweet

1,1K Takipçi

21 Takip Edilen

FortranTip (@fortrantip) 's Twitter Profile Photo

Gfortpy by Robert Farmer enables Python >= 3.7 to call Fortran code compiled by gfortran >= 8 by reading the .mod files it creates. You only need to have your code in a module and compiled as a shared library, with no annotations or other changes needed. github.com/rjfarmer/gfort…