ComputationalRadiationPhysics / picongpu

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

fix pic-configure: CMake architecture setup #5190

Closed psychocoderHPC closed 4 weeks ago

psychocoderHPC commented 1 month ago

With CMake 3.21 the CMake variable CMAKE_HIP_ARCHITECTURES must be used to setup the target architecture.

psychocoderHPC commented 1 month ago

the minimum cmake is 3.22 anyway so I can remove the cmake version detection. I will update the PR