Kim Liegeois
Kim Liegeois
@trilinos/teuchos @bartlettroscoe @cgcgcg ## Motivation Fix https://github.com/trilinos/Trilinos/issues/10892 ## Stakeholder Feedback ## Testing It passed on my workstation.
## Bug Report @trilinos/teuchos @bartlettroscoe @cgcgcg ### Description It seems that there are 2 functions which are declared but are not defined in Teuchos: - `make_char_nfa` is declared [here packages/teuchos/parser/src/Teuchos_FiniteAutomaton.hpp](https://github.com/trilinos/Trilinos/blob/master/packages/teuchos/parser/src/Teuchos_FiniteAutomaton.hpp#L66)...
First of all, thanks for developing this tool; I have been able to successfully apply it in the past week on some projects. I have couple of questions associated to...
This PR adds main functions for the performance tests of the batched sparse solvers.
This PR is associated to one of the questions of #214. The PR adds an option to specify a custom shared pointer class. The header files can not be included...
This PR provides the implementation of a first set of features for the automatic generation of gradients of Kokkos-based code. The content of this PR supports reverse mode of Kokkos...
## Bug Report @trilinos/tribits @bartlettroscoe ### Description There is currently no support at the Trilinos level to support AMD TPLs such as rocblas or rocsparse. This leads to compilation/linking issues...
This PR adds 4 transient optimization problems that use the heat 2D problem. 1. `Transient_Analysis_Integrated_Response_Scalar_Params` tests the integrated in time response with scalar parameters, 2. `Transient_Analysis_Integrated_Response_Distributed_Param` tests the integrated in...