data is on RZ under my user_support/help_jacob directory
import conduit
silo_root = "***DumpWithColors.silo"
load_mesh = conduit.Node()
conduit.relay.io.silo.load_mesh(load_mesh, silo_root)
print(load_mesh)
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_M_construct null not valid
Unclear if we should error, warn and skip, or make up a name, but any option would be better than crashing like this.
data is on RZ under my
user_support/help_jacobdirectoryUnclear if we should error, warn and skip, or make up a name, but any option would be better than crashing like this.