bathmatt
bathmatt
## Enhancement @trilinos/zoltan2 Right now you have this code chunk in Zoltan2_Adaptor.hpp ``` /*! \brief Provide a pointer to this process' identifiers. \param ids will on return point to the...
Zoltan2: CoordinateModel holds on to two copies of coordinates and should be cleaned up not to cache
## Enhancement @trilinos/zoltan2 Looking into the coordinate model in Zoltan2 I've ran into an issue in UVM removal where this model would grab two copies of the coordinates, one host...
I've been tracking down a memory issue and found that memory usage tool takes most of the memory for a real run. It would be nice to track that and...
Could you update the wiki so this is clear, but I see # Time(s) Size(MB) HighWater(MB) HighWater-Process(MB) in the output. Size, is that total size in kokkos views? HighWater is...
**Summary** There was a bug with loop bounds not going over ghost particles **Related Issue(s)** **Author(s)** **Licensing** By submitting this pull request, I agree, that my contribution will be included...
@nschloe @bartlettroscoe should hdf5 automatically include -lhdf5_hl -lhdf5 and often hdf5 requires a -ldl. Should that be there as well? dir-bin (gcc) 5 $ nm $HDF_BASE_DIR/lib/libhdf5.a | grep dl U...
This simple recipe ``` Stage0 += baseimage(image='ubuntu:24.04') Stage0 += ofed(prefix='/usr/local') ``` pulls in librdmacm1 E: Can't select candidate version from package librdmacm1 as it has no candidate but the package...