| 6964b6c7 | 26-Dec-2025 |
James Wright <james@jameswright.xyz> |
feat(section): Add PetscSectionDistributeData()
This is a copy/paste of `DMPlexDistributeData()`, but brought up to the PetscSection interface because the routine is completely generic
Co-authored-
feat(section): Add PetscSectionDistributeData()
This is a copy/paste of `DMPlexDistributeData()`, but brought up to the PetscSection interface because the routine is completely generic
Co-authored-by: Barry Smith <bsmith@mcs.anl.gov>
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 ...
|