lindsayad open issue mfem/mfem#4944.
Making a TRef in a grid function doesn't handle syncing flags
MakeTRef
makes the grid function true vector use the incoming vector argument’s data but it doesn’t use the incoming vector argument’s memory flags. This can lead to incorrect host-device or device-host transfers unless the user manually syncs flags like in the following code snippets…View Comment
wihobbs open issue flux-framework/flux-core#6920.
add metadata about job submission tool to jobspec attributes
As possibly a way to solve #6883 and provide more information about the complete picture of homogeneous workflows, we discussed in the core dev meeting yesterday adding a section like this to attributes.system
in Jobspecs:…View Comment
casella open issue LLNL/sundials#743.
How thorough is the scaling in KINSOL?
Section 7.2.4. of the Kinsol documentation describes how to introduce scaling factors in the solution of nonlinear systems. From the documentation is clear that the weights are used in the definition of all the norms used, e.g., for iteration termination criteria, as well as for the calculations of the perturbations used to compute numerical Jacobians by finite differences….View Comment
cyrush closed issue visit-dav/visit#20134.
there are many many places where processor arch each with their own list of arches
### Describe the bug…View Comment
MrBurmark open issue LLNL/CARE#337.
Constructors with class templates cause error with C++20
It seems that compilers no longer allow you to list the class template args when declaring constructors in C++20, this was never necessary as far as I’m aware….View Comment
JustinPrivitera open issue LLNL/conduit#1449.
Issue writing files on Windows
see https://github.com/visit-dav/visit/issues/20456…View Comment