Skip to content

modern-fortran/generic-procedures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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