Kenny Weiss

Results 93 issues of Kenny Weiss

We're currently using MPI3 shared memory in some quest use-cases. We should switch this over to Umpire's shared memory capability. We're currently using the `AXOM_ENABLE_MPI3` config variable to control this...

TPL
maintenance
mpi
memory

# Summary - This is a maintenance PR - It updates Windows build github actions due to warnings about using `node.js 12`

When we apply replacement rules in Klee-based shaping, we can add a list of materials that the current shape `replaces` or `does_not_replace`. It can be convenient to allow users to...

Quest
User Request
Reviewed
Klee

A user reported an error in how we handle execution policy guards in the signed distance API. Specifically, we're using `#ifdef` in some cases but should actually be using `#ifndef`...

bug
App Integration
User Request
Reviewed

The `Plane` class has a non-default constructor, but does not have explicit default and copy constructors. A user-reported that `nvcc` complains about code like the following: ```cpp using PlaneType =...

Primal
User Request
cuda

User @tlorentz77 reported trouble building the `using-with-cmake` and `using-with-blt` examples on Windows. We should fix these and incorporate them into our Windows-based CI. See #982 for more details.

CI
Build system
User Request
Windows

In #1127. we observed that the Marching Cubes example segfaulted in our Windows configuration and disabled the tests there. Note that our Windows config : * does not yet support...

bug
Quest
Testing
Windows

# Summary - This PR adds an axom tutorial building up to a GPU- and spatial index-accelerated application akin to our `mesh_tester` utility (in `/src/tools/mesh_tester`) - The tutorial currently has...

PR #1127 adds an `execute_command` function to the unit tests for `axom::utilities::local()`. @BradWhitlock suggested exposing that function to users, e.g. in `axom/core/utils/System.*pp` Note: The previous implementation was tested on linux,...

enhancement
Core

The `quest_intersection_shaper` unit tests are taking too long to run for `Debug` CPU configurations. In #1127, @kennyweiss explicitly set the `NUM_OMP_THREADS for the test to 8 since using all threads...

Testing
OpenMP
low priority
Performance