Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Robadob committed Jul 27, 2023
1 parent fd59cf6 commit 5d08c1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_cases/simulation/test_mpi_ensemble.cu
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ class TestMPIEnsemble : public testing::Test {
GTEST_SKIP() << "world_size<1, something went wrong.";
}
initModel();
initPlans();
initExitLoggingConfig();
}
void TearDown() override {
if (ensemble) delete ensemble;
Expand All @@ -94,6 +92,8 @@ class TestMPIEnsemble : public testing::Test {
exit_log_cfg->logEnvironment("counter");
}
void initEnsemble() {
initPlans();
initExitLoggingConfig();
ensemble = new flamegpu::CUDAEnsemble (*model);
ensemble->Config().concurrent_runs = 1;
if (group_size == world_size) {
Expand Down

0 comments on commit 5d08c1f

Please sign in to comment.