Skip to content

Commit

Permalink
Update fpm_environment.f90
Browse files Browse the repository at this point in the history
  • Loading branch information
perazz committed Dec 13, 2023
1 parent 5d9aaae commit 5de290a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fpm_environment.f90
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ integer function get_os_type() result(r)
logical :: file_exists
logical, save :: first_run = .true.
integer, save :: ret = OS_UNKNOWN
!$omp threadprivate(ret, first_run)
!$omp threadprivate(ret, first_run, length, rc)

if (.not. first_run) then
r = ret
Expand Down

0 comments on commit 5de290a

Please sign in to comment.