ComputationalRadiationPhysics / picongpu

Performance-Portable Particle-in-Cell Simulations for the Exascale Era :sparkles:
https://picongpu.readthedocs.io
Other
708 stars 218 forks source link

Re-add atomicConfigurationNumber test #5154

Closed BrianMarre closed 1 month ago

BrianMarre commented 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

    namespace configNumber
    {
        constexpr bool RUN_UNIT_TESTS = false;
    } // namespace configNumber
BrianMarre commented 1 month ago

@psychocoderHPC ready for review