Skip to content

Commit 7acc44f

Browse files
committed
Test without boundary treatment.
1 parent 028d1e0 commit 7acc44f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SU2_CFD/src/integration/CIntegration.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ void CIntegration::Space_Integration(CGeometry *geometry,
7878

7979
/*--- Pause preaccumulation in boundary conditions for hybrid parallel AD. ---*/
8080
/// TODO: Check if this is really needed.
81-
const auto pausePreacc = (omp_get_num_threads() > 1) && AD::PausePreaccumulation();
81+
//const auto pausePreacc = (omp_get_num_threads() > 1) && AD::PausePreaccumulation();
8282

8383
/*--- Boundary conditions that depend on other boundaries (they require MPI sincronization)---*/
8484

@@ -182,7 +182,7 @@ void CIntegration::Space_Integration(CGeometry *geometry,
182182
solver_container[MainSolver]->BC_Periodic(geometry, solver_container, conv_bound_numerics, config);
183183
}
184184

185-
AD::ResumePreaccumulation(pausePreacc);
185+
//AD::ResumePreaccumulation(pausePreacc);
186186

187187
}
188188

0 commit comments

Comments
 (0)