History log of /petsc/src/dm/tests/ex10k.kokkos.cxx (Results 1 – 2 of 2)
Revision Date Author Comments
# cd1bdac5 13-Jan-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/avoid-dup-cuda-sources' into 'main'

CI: avoid duplicate file names with cuda/kokkos sources, add a test to checkbadSource

See merge request petsc/petsc!8950


# a90d8e38 08-Jan-2026 Satish Balay <balay@mcs.anl.gov>

CI: avoid duplicate file names with cuda/kokkos sources, add a test to checkbadSource

cuda+coverage uses 'nvcc --keep-dir=DIR' option - this creates
conflicts with 'make -j' where intermediate gener

CI: avoid duplicate file names with cuda/kokkos sources, add a test to checkbadSource

cuda+coverage uses 'nvcc --keep-dir=DIR' option - this creates
conflicts with 'make -j' where intermediate generated files in DIR
during compilation of one source-file might affect the compile of
another source file - with the same name.

CI: linux-cuda-pkgs can now run all tests - so remove the 'vec*' restriction

show more ...