Closed markcmiller86 closed 3 days ago
I am running some of the plot's (Pseudocolor, Contour, FilledBoundary) through valgrind to ensure I haven't introduced any other funkiness to behavior. @cyrush if you have other suggestions for further testing, lemme know.
Ok, I've run Psuedocolor, FilledBoundary, and Contour with MPI+valgrind and got no errors! I am seeing leaks though but I suspect that has to do with the fact that the engine generally doesn't try to clean up after itself when exiting. I will confirm that though.
Description
Resolves #20035
Still needs cleanup. I just wanted to get the working solution pushed.
Type of change
[ ] New feature[ ] Documentation update[ ] OtherHow Has This Been Tested?
Tested with material and contour plots on original dataset from @cyrush
Reminders:
Checklist:
[ ] I have updated the release notes.[ ] I have made corresponding changes to the documentation.[ ] I have added tests that prove my fix is effective or that my feature works.[ ] I have added new baselines for any new tests to the repo.