Pseudocolor plot of mixed-material variable stored in Blueprint is SLOW. #20114
Labels
bug
Something isn't working
impact medium
Productivity partially degraded (not easily mitigated bug) or improved (enhancement)
likelihood medium
Neither low nor high likelihood
Describe the bug
Plotting a mixed-material variable stored in Blueprint is slow. I made a mesh with 1M quads, 3 materials, and a mixed-material variable. When I made a plot of the variable, it took a long time for the engine to execute the plot.
I killed the engine and got a stack and it looks like the
to_silo()
method in Conduit (which turns the mixed-material field to Silo format) is likely what is taking the time. I skimmed that code the other day and it appeared to do a lot of Node data conversion, which is known to be slow.To Reproduce
Expected behavior
The plot should be generated a lot faster (no more than a few seconds). It's taking minutes.
Attachments
The data file was given on RZ to @cyrush , @JustinPrivitera in case that is helpful.
Desktop
The text was updated successfully, but these errors were encountered: