fortran-lang / fpm-docs

Documentation repository for the Fortran package manager (fpm)
https://fpm.fortran-lang.org
MIT License
34 stars 21 forks source link

Adds How-To for using OpenMP to calculate PI #128

Closed gnikit closed 1 year ago

gnikit commented 1 year ago

This PR merges into the refactoring branch #127 (part of the changes for the OpenMP blog). I added a modified version of the https://github.com/gjbex/Fortran-MOOC/blob/master/source_code/computing_pi/compute_pi_omp.f90 code to demo the metapackages in a more realistic usecase. Let me know what you think.