Roscoe A. Bartlett
Roscoe A. Bartlett
Having the agent do the context retrieval with find/grep and lots of LLM calls eats a ton of tokens. I understand why Claude Code does this (because they want you...
I have created the internal issue: * https://sems-atlassian-son.sandia.gov/jira/servicedesk/customer/portal/7/TRILINOSHD-114 to try to get this on the backlog. One may argue that Trilinos proper can't support every configuration permutation that is used...
CC: @jennloe @trilinos/framework, @ccober6, note that the lack of enabling `float` in any PR builds means that important work like the mixed precision preconditioner work like in #11222 is not...
> @bartlettroscoe is there a way to do a machine-specific test in TriBITS? Yes, see the `HOST` and `XHOST` arguments to [`tribits_add_test()`](https://tribitspub.github.io/TriBITS/users_guide/index.html#tribits-add-test) and [`tribits_add_advanced_test()`](https://tribitspub.github.io/TriBITS/users_guide/index.html#tribits-add-advanced-test).
@betterscientificsoftware/bssw-editorial-board, any objections with me writing a CC article on this for bssw.io for October?
Wait, I just discovered that `timeout` option impacts the runtime for `mull-runner`, not the build time for the Mull compiler plugin. So the only way to timeout the builds is...
NOTE: Adding to the confusion, the must recent update to the documentation: * https://github.com/mull-project/mull/blob/e13a24576192cfb553b56a312f76195a9cd3272e/docs/MullConfig.rst says: > Mull's IR frontend is configured via a text file in the `yaml` format. There...
Extend the Mull compiler plugin to accept a list of file paths and line blocks to restrict mutations
@AlexDenisov, when we get around to using Mull for this use case, we would be happy to implement this along with automated tests and documentation. We would just need a...
Extend the Mull compiler plugin to accept a list of file paths and line blocks to restrict mutations
The other workaround that also requires temp modifications to the source file is to put in `mull-off` and `mull-on` comments. For the Tpetra_CrsMatrix_def.hpp example above, you get the same mutations...
Extend the Mull compiler plugin to accept a list of file paths and line blocks to restrict mutations
> I think I'd prefer a new filter not to mix two different features in one place, and I think coverage filter might be a better starting point as it...