| 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 ...
|
| e2535b21 | 07-Jan-2026 |
Junchao Zhang <jczhang@anl.gov> |
CI: test-harness - add a check for "'requires' within a 'testset' also needs a 'suffix'"
And MPIX_STREAM test in vec/is/sf/tests/ex1k reqires MPICH with CUDA/GPU_AWARE support. Set MPIR_CVAR_CH4_RES
CI: test-harness - add a check for "'requires' within a 'testset' also needs a 'suffix'"
And MPIX_STREAM test in vec/is/sf/tests/ex1k reqires MPICH with CUDA/GPU_AWARE support. Set MPIR_CVAR_CH4_RESERVE_VCIS=1 to fix the following error:
[1]PETSC ERROR: MPI error 135495183 Other MPI error, error stack: internalX_Stream_create(91).: MPIX_Stream_create(info=0x9c000000, stream=0x55ab3b7dcbd0) failed MPIR_Stream_create_impl(207): MPID_Allocate_vci(149)......: No streams available. Use MPIR_CVAR_CH4_RESERVE_VCIS to reserve the number of streams can be allocated.
Co-authored-by: Satish Balay <balay@mcs.anl.gov>
show more ...
|