We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfceabb commit 92ee68cCopy full SHA for 92ee68c
amr-wind/utilities/SecondMomentAveraging.cpp
@@ -146,8 +146,6 @@ void SecondMomentAveraging::compute_average(
146
const int ncomp2 = m_plane_average2.ncomp();
147
const int nmoments = m_num_moments;
148
149
- BL_PROFILE_VAR("amr-wind::SecondMomentAveraging::compute_average_a", ab);
150
-
151
#ifdef AMREX_USE_OMP
152
#pragma omp parallel if (amrex::Gpu::notInLaunchRegion())
153
#endif
@@ -199,7 +197,6 @@ void SecondMomentAveraging::compute_average(
199
197
}
200
198
});
201
202
- BL_PROFILE_VAR_STOP(ab);
203
204
lfluc.copyToHost(
205
m_second_moments_line.data(), m_second_moments_line.size());
0 commit comments