-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
ReviewedSlicIssues related to Axom's 'slic' componentIssues related to Axom's 'slic' componentbugSomething isn't workingSomething isn't working
Milestone
Description
The ostream is only used by the root rank, but is required for all ranks.
We shouldn't need to create an ostream on ranks that it is not used.
This is especially problematic for fstreams.
@white238 has a WIP branch for this:
Possibilities to resolve this:
- we can break this out into two constructors -- one that takes an
ostreamand one that does not, - we can allow a
nullptrfor theostreaminstance, and modify the class to deal with anullptr - we can remove the
ostreamfrom the constructor and add a function to set theostreampointer.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ReviewedSlicIssues related to Axom's 'slic' componentIssues related to Axom's 'slic' componentbugSomething isn't workingSomething isn't working