Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
Important Update: Community Platform Migration​. Learn more​>
29644 Discussions

Seeking example Fortran GitHub project

EdwardJAdler3rd
Beginner
392 Views

I'm looking to migrate a legacy program and wondering if anyone is using Github for a Fortan based application and could share details. It would be nice to be able to see a real example.

 

Newbie...

0 Kudos
1 Reply
Arjen_Markus
Honored Contributor II
377 Views

There are plenty of Fortran-based projects on Github. Two of them:

https://github.com/fortran-lang/fpm -- a Fortran-based package manager

https://github.com/fortran-lang/stdlib/ --  a Fortran-based library for widely used functions and routines

But that is perhaps not what you are after? Could you explain what you would like to do beyond merely storing the source code?

0 Kudos
Reply