Skip to content

Fix the skewed KOKC/HIPC/SYLC printf

Junchao Zhang requested to merge jczhang/fix-skewed-KOKC into main

I saw these skewed printf in 'make' output

              CC arch-kokkos-dbg/obj/ksp/pc/impls/tfs/ivec.o
           KOKC arch-kokkos-dbg/obj/dm/impls/da/kokkos/dagetov.o
              CC arch-kokkos-dbg/obj/ksp/pc/impls/gamg/gamg.o
OR
              CC arch-frontier-cray-kokkos-opt/obj/vec/is/sf/impls/basic/sfpack.o
           HIPC arch-frontier-cray-kokkos-opt/obj/dm/impls/da/kokkos/dagetov.o
            HIPC arch-frontier-cray-kokkos-opt/obj/mat/impls/dense/mpi/cupm/hip/matmpidensehip.o
           HIPC arch-frontier-cray-kokkos-opt/obj/ksp/pc/impls/vpbjacobi/kokkos/vpbjacobi_kok.o

I don't know the exact reason. But the MR somehow fixed it.

Merge request reports