History log of /petsc/src/mat/tests/ex6k.kokkos.cxx (Results 1 – 4 of 4)
Revision Date Author Comments
# 6c569305 13-Feb-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/2026-02-05/improve-mpi-gpu-aware' into 'main'

Improve MPI GPU-aware configure and check

See merge request petsc/petsc!9005


# a8cf87e0 12-Feb-2026 Junchao Zhang <jczhang@anl.gov>

Replace mpirun with mpiexec, as only the latter is in the standard


# 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 ...