Skip to content

Fixed

Build / rocm-ndebug-orange-float / projectroot.test.celeritas/global/Stepper:TestEm3MscNofluct.* (from CTest)

Took 0.72 sec.

Standard Output

Celeritas version 0.4.2-7+1bdaf143
Note: Google Test filter = TestEm3MscNofluct.*
[==========] Running 2 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 2 tests from TestEm3MscNofluct
[ RUN      ] TestEm3MscNofluct.host
No output saved for combination of RNG="xorwow", CLHEP="2.4.6.0", Geant4="11.0.3"
/*** ADD THE FOLLOWING UNIT TEST CODE ***/
EXPECT_EQ(39, result.num_step_iters());
EXPECT_SOFT_EQ(58.375, result.calc_avg_steps_per_primary());
EXPECT_EQ(10, result.calc_emptying_step());
EXPECT_EQ(RunResult::StepCount({7, 6}), result.calc_queue_hwm());
/*** END CODE ***/
[       OK ] TestEm3MscNofluct.host (309 ms)
[ RUN      ] TestEm3MscNofluct.device
No output saved for combination of RNG="xorwow", CLHEP="2.4.6.0", Geant4="11.0.3"
/*** ADD THE FOLLOWING UNIT TEST CODE ***/
EXPECT_EQ(38, result.num_step_iters());
EXPECT_SOFT_EQ(33.375, result.calc_avg_steps_per_primary());
EXPECT_EQ(8, result.calc_emptying_step());
EXPECT_EQ(RunResult::StepCount({5, 4}), result.calc_queue_hwm(...
[This part of the test output was removed since it exceeds the threshold of 1024 bytes.]