-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add some caching to the solution UO #31748
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: next
Are you sure you want to change the base?
Conversation
|
Job Documentation, step Docs: sync website on 682484f wanted to post the following: View the site here This comment will be updated on new commits. |
|
Job Coverage, step Generate coverage on 682484f wanted to post the following: Framework coverage
Modules coverageCoverage did not change Full coverage reportsReports
This comment will be updated on new commits. |
||||||||||||||||||||||||||
| // if (p == _cached_p2 && (!subdomain_ids || (*subdomain_ids == _cached_subdomain_ids2))) | ||
| // return _cached_values2(local_var_index); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we're not going to use them, let's remove all the *2 variables
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah yeah no this is accidental
| exodiff = "read_exodus_multiple_vars_out.e" | ||
| prereq = "write_exodus_multiple_vars" | ||
| issues = "#31238 #31747 #31767" | ||
| requirement = "The system shall be able to read in multiple variables from a previous exodus file, leveraging caching and time step interpolation." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd make this requirement more specific to the solution user object. Basic exodus restart can read multiple variables
- uncomment my code - make requirement more precise
|
Job Test, step Results summary on 682484f wanted to post the following: Framework test summaryRemoved testsNone Added tests
Run time changes
Modules test summaryRemoved testsNone Added testsNone Run time changesNone |
closes #31767
closes #31747