bathmatt

Results 7 issues of 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...

type: enhancement
pkg: Zoltan2
UVM removal
DO_NOT_AUTOCLOSE

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

type: enhancement
pkg: Zoltan2
UVM removal
DO_NOT_AUTOCLOSE

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

enhancement

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

Documentation

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

bugfix
mliap_package

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

type: enhancement
component: core

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