Jacob Merson

Results 19 issues of Jacob Merson

I am wondering how to properly use the nvprof-connector, so that the kokkos kernel names show up in demangled form in the visual debugger.

enhancement
Documentation

The `setup.py` file assumes that `CGAL`/`BOOST` are installed in the default locations.

We are currently evaluating options for searching for a triangle in a (2D) unstructured grid given a point. Is this something that ArborX currently supports? We saw that there is...

question

Periodicals should list the month and year, but should not include the day. Conference proceedings, patents, etc. do include the day. See the [ieee reference guide](http://journals.ieeeauthorcenter.ieee.org/wp-content/uploads/sites/7/IEEE-Reference-Guide-Online-v.04-20-2021.pdf) page

@Fuad-HH was doing some profiling of the memory allocations and we noticed a significant number of temporary allocations coming from pair creation. Upon tracking this down, we found the code...

### Steps to reproduce ```yaml packages: gcc: externals: - spec: [email protected] languages='c,c++,fortran' prefix: /opt/homebrew extra_attributes: compilers: c: /opt/homebrew/bin/gcc-14 cxx: /opt/homebrew/bin/g++-14 fortran: /opt/homebrew/bin/gfortran-14 flags: {} environment: {} extra_rpaths: [] ``` ```console...

bug
triage

Noting the comment in the following code, these functions should be made private. The issue with "enclosing lambdas" can be resolved by using a functor instead of a lambda. https://github.com/SCOREC/pumi-pic/blob/9cee545715b64c7e7525fd8f12854064c487993a/src/pumipic_mesh.hpp#L81-L96