-
Notifications
You must be signed in to change notification settings - Fork 67
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
Relay Extract: Silo/Overlink #1377
Relay Extract: Silo/Overlink #1377
Conversation
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.
Looks good a few small suggestions!
{ | ||
error = 1; | ||
error_oss << "relay_io_save Overlink save requires a single topology; " | ||
"there are " << num_topos << " topologies in the input mesh."; |
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.
for the error case, lets show them all the unique topology names as part of the error message, and also tell them the param name that they can use to select the topology.
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.
How does this look?
[Error] Ascent::execute
file: /usr/workspace/justin/ascent_builds/develop_08_22_24/ascent/src/libs/ascent/runtimes/flow_filters/ascent_runtime_relay_filters.cpp
line: 872
message:
relay_io_save Overlink save requires a single topology; there are 3 topologies in the input mesh. The current topologies are
- topo
- topo2
- topo3
You can select which topologies to save using the "topologies" parameter like in the following example:
extracts["<extract_name>/params/topologies"].append() = "<topo_name>"
} | ||
else | ||
{ | ||
// cyrus was wrong about 2 mpi ranks. |
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 still love this comment
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.
it lives on, across projects, space, and time
Looks good! |
No description provided.