Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 452 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 452 Bytes

generic-procedures

An example that demonstrates the use of generic procedures. Companion code to Chapter 7 of Modern Fortran: Building Efficient Parallel Applications.

Getting started

git clone https://github.com/modern-fortran/generic-procedures
cd generic-procedures
make

Running the program

./weather_average

Getting more data

TODO