Tomasetti Romin
Tomasetti Romin
This PR addresses the main issue discussed in: - #6447 Basically, `Kokkos::Impl::OpenMPInternal` would not `Kokkos::abort` as others do. Also, some `...::verify_is_initialized()` would return `bool`, others `int`. I made them all...
I'm building `timemory` with `Gotcha` support. It worked fine until `Ubuntu 22.04` came in. In this release, `glibc` is at `v2.35` and we hit the issue already mentioned on `Gotcha`'s...
When using `heredocs` sections in a Docker file, this extension does not seem to correctly highlight. See the below screenshot. The comment is not colorized. However, other linters I've tried...
This line https://github.com/kokkos/kokkos-kernels/blob/a80eb9114ddda2d9454e4f3cc8a3dd5143ecdfc8/sparse/impl/KokkosSparse_spmv_impl_merge.hpp#L168 generates the error: > the implicit by-copy capture of "this" is deprecated because we have "treat warnings as errors".
### Description of the problem It is a compiler internal failure that occurs only for `g++-12` with `-O3 -march=skylake-avx512`. It works fine with `g++-11` or `clang++-17`. It also works with...
@trilinos/tpetra ## Motivation * `Tpetra::MatrixMarket::Writer` wasn't complaining when the output stream could not be opened. Therefore the writer was finishing its work without actually writing anything. Now, opening the output...
### Entries and row map are treated differently This discussion is concerned with usage of `Tpetra::CrsGraph` in the "general case". It seems `Tpetra::CrsGraph` treats its entries and row map differently....
## Enhancement teuchos @bartlettroscoe It seems that some `Teuchos` classes like `any` and `ParameterEntry` miss `move semantics` (constructor and assignment). * `Teuchos::any` can be used anywhere to embed any type...
@trilinos/stokhos @etphipp ## Motivation 1. Fix for #12325 2. Remove trailing white spaces in the modified file 3. Enable `SOURCE_BROWSER` in Doxygen
## Bug Report @trilinos/tpetra @brian-kelley @csiefer2 ### Description #### Summary It is not possible to build a `Tpetra::CrsGraph` from a local device graph, and simultaneously keep this local graph alive...