-
Notifications
You must be signed in to change notification settings - Fork 107
Correct pbench-specjbb2005 use of -send-tools
#2831
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
Correct pbench-specjbb2005 use of -send-tools
#2831
Conversation
webbnh
left a 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.
I suspect that there are some subtleties here that I'm not appreciating, but I guess I have no problems with this change.
The Tool Meister sub-system requires that the same target directory for For SpecJBB2005, we use tool triggers, where the target directories for the start and stop operations are generated by This means that the This fix moves the |
I figured that out from context. 😉 Do we describe the reason for that somewhere?
Right...so what I'm wondering about is, since we have three things to do -- invoke |
The directory is the "identity" of what was collected so that it can be requested to send. If you change the directory, that is a different set of data to send. The tool meister sub-system is not told a "rename" happened, and has no facility for that (nor would we want one since that would like concerns of the client into the tool meister sub-system).
I am not sure about that. I don't know, off-hand, if the post-processed tool results need to work off of the final name or is independent. I know that we don't want to record the generic tool trigger iteration names but want to record what We know the |
I don't either, which is why I was gently inquiring.... 😁
I was concerned about that, as well.
"Continuous improvement?" 😇 |
The `pbench-send-tools` command must use the directory that was used for starting/stopping tools.
b64dd44 to
799fc9b
Compare
portante
left a 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.
Ready for review.
webbnh
left a 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.
Still looks good.
This is a back-port of commit fbcd7f6 (PR distributed-system-analysis#2831) from `main`. The `pbench-send-tools` command must use the directory that was used for starting/stopping tools.
The
pbench-send-toolscommand must use the directory that was used for starting/stopping tools.