Closed BrianMarre closed 1 month ago
This PR will break setups using custom atomicPhysics_Debug.param-files. To fix them add the following to your atomicPhysics_Debug.param in the picongpu::atomicPhysics namespace
atomicPhysics_Debug.param
picongpu::atomicPhysics
namespace configNumber { constexpr bool RUN_UNIT_TESTS = false; } // namespace configNumber
@psychocoderHPC ready for review
This PR will break setups using custom
atomicPhysics_Debug.param
-files. To fix them add the following to youratomicPhysics_Debug.param
in thepicongpu::atomicPhysics
namespace