jmlapre
jmlapre
@trilinos/framework ## Motivation We're moving to C++17. ## Related Issues https://sems-atlassian-son.sandia.gov/jira/browse/TRILFRAME-93 ## Testing Manually ran GenConfig, cmake, and make. Iterated upon errors. Only two of the tests failed: * STKUnit_tests_stk_mesh_unit_tests_MPI_4...
@trilinos/framework ## Motivation Migrating to C++17 across all compilers. Updating from gcc 7.2.0 to gcc 8.3.0 while we're doing so as gcc 7.2.0 is being retired. ## Stakeholder Feedback ##...
https://sems-atlassian-son.sandia.gov/jira/browse/TRILFRAME-613 @trilinos/framework ## Motivation As a Trilinos developer, I want some assurance that I am not breaking Spack builds of Trilinos. As a Trilinos user, I want some measure of...
Python 3.12 changed how they handle regular expressions. Invalid escape sequences generate a SyntaxWarning instead of a DeprecationWarning. https://docs.python.org/3/whatsnew/3.12.html#other-language-changes
Installing this package with pip and trying to run the example on the homepage I get the following errors: Import "pysitemap.parsers.lxml_parser" could not be resolved "ProactorEventLoop" is not a known...
[ccache](https://ccache.dev/) is a tool that caches (the hash of) files and compiler flags such that subsequent identical compilations can be returned much faster. The Trilinos project uses it and has...
Our testing framework currently does not provide a mechanism to add environment variables to our `OSCommand.run()` calls but it would probably be useful. This would also allow for a quick...
### sst_unittest.py: - [x] Deprecate initializeClass() – it’s not needed and redundant (DONE) - [ ] run_sst(): Remove parameters num_ranks, num_threads, and global_args since those are supposed to be determined...
Add `globalCounter` class to keep track of various (not yet tracked) statistics. Pushing to github for early feedback.