Skip to content

Commit ab96103

Browse files
rjfarmerpmocz
authored andcommitted
Re enable parallelisation
1 parent 05b8adc commit ab96103

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

star/private/rotation_mix_info.f90

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ subroutine set_rotation_mixing_info(s, ierr)
109109
unstable(:,1:nz) = .false.
110110
growth_limit = 1d-10
111111

112+
!$OMP PARALLEL DO PRIVATE(which, k, q, age_fraction, op_err) SCHEDULE(dynamic,2)
112113
do which = 1, num_instabilities
113114

114115
if (ierr /= 0) cycle
@@ -256,6 +257,7 @@ subroutine set_rotation_mixing_info(s, ierr)
256257
end select
257258

258259
end do
260+
!$OMP END PARALLEL DO
259261
if (failed('set_rotation_mixing_info instabilities', ierr)) return
260262

261263
if (s% D_omega_flag .and. s% doing_finish_load_model) then

0 commit comments

Comments
 (0)