https://github.com/richmit/ex-f90ish
Nouveau Fortran Examples
https://github.com/richmit/ex-f90ish
Last synced: 4 months ago
JSON representation
Nouveau Fortran Examples
- Host: GitHub
- URL: https://github.com/richmit/ex-f90ish
- Owner: richmit
- Created: 2021-05-05T22:29:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-27T18:20:58.000Z (about 2 years ago)
- Last Synced: 2024-05-28T03:56:04.466Z (about 2 years ago)
- Language: Fortran
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
These small programs illustrate some of features in "modern" Fortran
(that is, fortran 90 and later) from the perspective of a FORTRAN 77
programmer.
Note the simple makefile works well for gfortran & LLVM flang on both
Linux & Windows MSYS2; however, the intel support is unlikely to work
for anyone but me.
You can read a bit more about these examples on
my [home page](https://www.mitchr.me/SS/exampleCode/Fortran.html).
Have fun!
-mitch