Conversation
|
It seem the issue was with kokkos, it compiles by now! |
|
I revisited this and it looks like with intel25 and kokkos/4.6.01 even virtual functions are supported. |
|
@LudwigBoess agree with getting rid of overrides in Funny enough, I don't think below 4.4 or 4.3 of Kokkos Since I don't have access to PVC nodes, could you try and run the default tests? Just to verify that these configurations work ok:
|
This PR tracks the development to get entity to work on Intel PVC nodes (used e.g. in Stampede3 and Aurora).
For reference I use this configuration (with intel/24.0 and impi/21.13.1):
cmake -B build -D pgen=srpic/weibel -D precision=single -D mpi=ON -D output=OFF -D Kokkos_ENABLE_SYCL=ON -D Kokkos_ARCH_SPR=ON -D Kokkos_ARCH_INTEL_PVC=ON -DCMAKE_C_COMPILER=mpiicc -DCMAKE_CXX_COMPILER=mpiicpxIt compiled on commit
6cf0dc8e5eb44528d049b31111ff7ff81bb52bc3after the fixes in this PR, but does not compile in the current1.2.0rcversion.The error is: