Skip to content

Commit 5274d20

Browse files
committed
remove team_policy
1 parent 7059a7e commit 5274d20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/eamxx/src/physics/zm/eamxx_zm_process_interface.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ void ZMDeepConvection::run_impl (const double dt)
147147
// calculate_z_int() contains a team-level parallel_scan, which requires a special policy
148148
using TPF = ekat::TeamPolicyFactory<KT::ExeSpace>;
149149
const auto scan_policy = TPF::get_thread_range_parallel_scan_team_policy(m_ncol, nlev_mid_packs);
150-
const auto team_policy = TPF::get_default_team_policy(m_ncol, nlev_mid_packs);
151150

152151
auto ts_start = start_of_step_ts();
153152
bool is_first_step = (ts_start.get_num_steps()==0);

0 commit comments

Comments
 (0)