Skip to content

Commit

Permalink
Merge pull request #413 from LKedward/add-omp-intrinsic
Browse files Browse the repository at this point in the history
Add: omp_lib to intrinsic modules list
  • Loading branch information
LKedward authored Mar 30, 2021
2 parents b988fe8 + 1131770 commit 4954352
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fpm/src/fpm_source_parsing.f90
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ module fpm_source_parsing
'iso_fortran_env', &
'ieee_arithmetic', &
'ieee_exceptions', &
'ieee_features ']
'ieee_features ', &
'omp_lib ']

contains

Expand Down

0 comments on commit 4954352

Please sign in to comment.