Skip to content

Commit 907c29b

Browse files
committed
Merge single
1 parent ecf69f2 commit 907c29b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

components/eamxx/src/physics/gw/impl/gw_gw_heating_depth_impl.hpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,8 @@ void Functions<S,D>::gw_heating_depth(
5555
if (maxi == 0) maxi = k;
5656
}
5757
}
58-
});
59-
60-
team.team_barrier();
6158

62-
// apply tunable scaling factor for the heating depth
63-
Kokkos::single(Kokkos::PerTeam(team), [&] {
59+
// apply tunable scaling factor for the heating depth
6460
// Heating depth in km.
6561
hdepth = (zm(maxi) -zm(mini))/1000;
6662

0 commit comments

Comments
 (0)