Compilation error on cuda with the new cmake
With the new cmake of IPPL, and updated cmake of OPALX, and new cmake command line, I still get compilation errors on Gwendolen.
/psi/home/sadr_m/opal-x/downloads/opal-x/src/PartBunch/FieldContainer.hpp(20): error: redefinition of default argument
template <typename T, unsigned Dim = 3, class... ViewArgs>
/psi/home/sadr_m/opal-x/downloads/opal-x/src/PartBunch/FieldSolver.hpp(31): error: redefinition of default argument
template <typename T = double, unsigned Dim = 3>
/psi/home/sadr_m/opal-x/downloads/opal-x/src/PartBunch/FieldSolver.hpp(40): error: redefinition of default argument
template <typename T = double, unsigned Dim = 3>
/psi/home/sadr_m/opal-x/downloads/opal-x/src/PartBunch/FieldSolver.hpp(43): error: redefinition of default argument
template <typename T = double, unsigned Dim = 3>
/psi/home/sadr_m/opal-x/downloads/opal-x/src/PartBunch/LoadBalancer.hpp(8): error: redefinition of default argument
template <typename T = double, unsigned Dim = 3
/psi/home/sadr_m/opal-x/downloads/opal-x/src/PartBunch/FieldContainer.hpp(29): error: redefinition of default argument
template <typename T = double, unsigned Dim = 3, class... ViewArgs>