Skip to content

Commit 031b825

Browse files
rjfarmerpmocz
authored andcommitted
Turn off parallelisation in set_rotation_mixing_info
1 parent 3b48f67 commit 031b825

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

star/private/rotation_mix_info.f90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ 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)
113112
do which = 1, num_instabilities
114113

115114
if (ierr /= 0) cycle
@@ -257,7 +256,6 @@ subroutine set_rotation_mixing_info(s, ierr)
257256
end select
258257

259258
end do
260-
!$OMP END PARALLEL DO
261259
if (failed('set_rotation_mixing_info instabilities', ierr)) return
262260

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

star/test_suite/do1_test_source

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
# Slow cases
66
do_one ppisn "Successful test: evolved 100 days past first relax" "final.mod" x150
7+
8+
9+
return
10+
do_one ppisn "Successful test: evolved 100 days past first relax" "final.mod" x150
711
do_one 1M_pre_ms_to_wd "stop because log_surface_luminosity <= log_L_lower_limit" "final.mod" auto
812
do_one ccsn_IIp "shock has reached target location 1" "shock_part5.mod" auto
913
do_one 1M_thermohaline "all values are within tolerances" "final.mod" auto

0 commit comments

Comments
 (0)