Arlie Capps

Results 23 issues of Arlie Capps

Running the test suite on Windows causes some tests (that have to do with IO) to fail. Recent failures include 97% tests passed, 3 tests failed out of 97 Total...

bug

User Ryan Bleile reports that `coordset::generate_strip()` only works for uniform or rectilinear coordsets. Explicit coordsets decay to rectilinear, but the function at https://github.com/LLNL/conduit/blob/a6b0b179716eb804a0749cc20083c24c21ed682b/src/libs/blueprint/conduit_blueprint_mesh.cpp#L3933 throws an error when Ryan passed it...

bug

coordset appears to flunk this test. Need to at least add this to the unit test suite. Ryan Bleile says that there is something that doesn't get allocated as a...

bug

Currently, Relay sets the offsets and strides [using only the first element](https://github.com/LLNL/conduit/blob/636c024ffe2a04ce0b68a818f4d65cd355de96bb/src/libs/relay/conduit_relay_io_hdf5.cpp#L2732) of whatever the user passed in. We should support N-D hyperslabs, that is, whatever the user passes in....

feature

In `Group::loadExternalData`, there is a comment: ```c++ // NOTE, not sure ":" will work with multiple trees per // output file ``` Check on this.

User reports an Umpire error message saying "Cannot find allocator for pointer: ." Here is an excerpt of the stack trace, deepest at top: ~axom::Array ~axom::Polygon axom::primal::clip quest::inOutOctree::withinGrayBlock The crash...

bug
Quest

# Summary - This PR is a bugfix - It attempts to do the following: - Add a spec to approximate a host code - Fixes #1156 with contributions from...

A host code trying to compile using MSVC and C++17 ran into this error, within inlet: > Error C4996 'axom::fmt::v9::detail::arg_mapper::map': was declared deprecated > d:\path\to\axom\src\thirdparty\axom\fmt\core.h 1737 Others have encountered this:...

bug
TPL
Inlet
Windows

With MSVC and C++17, a user compiling an application that calls Tribol and Axom ran into this: ``` 'axom::slam::OrderedSet::at': overriding virtual function return type differs and is not covariant from...

bug
Slam
Windows

Add material to tutorial_cpp_numeric.rst that compares and contrasts three methods of access to numeric array data: * direct pointer access * DataArray * DataAccessor