generic-procedures icon indicating copy to clipboard operation
generic-procedures copied to clipboard

Generic procedures in Fortran

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