Skip to content
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

boinccmd: show CPU/GPU resources in --get_task #2327

Merged
merged 1 commit into from
Jan 29, 2018
Merged

Conversation

davidpanderson
Copy link
Contributor

Also only show relevant info.
E.g. don't show exit status of a job that hasn't finished.

Also only show relevant info.
E.g. don't show exit status of a job that hasn't finished.
@@ -160,26 +160,37 @@ void RESULT::print() {
foo = (time_t)report_deadline;
printf(" report deadline: %s", ctime(&foo));
printf(" ready to report: %s\n", ready_to_report?"yes":"no");
printf(" got server ack: %s\n", got_server_ack?"yes":"no");
Copy link
Member

@TheAspens TheAspens Jan 29, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was the line
printf(" got server ack: %s\n", got_server_ack?"yes":"no");
intentionally dropped?

@TheAspens
Copy link
Member

I've tested this and it looks fine. Once I get an answer to the comment I made above I will be able to merge.

@davidpanderson
Copy link
Contributor Author

davidpanderson commented Jan 29, 2018 via email

@TheAspens
Copy link
Member

Ok thanks for the clarification. I'm approving and merging.

@TheAspens TheAspens merged commit 836daa8 into master Jan 29, 2018
@AenBleidd AenBleidd deleted the dpa_boinccmd branch December 10, 2018 13:26
@davidpanderson davidpanderson restored the dpa_boinccmd branch July 30, 2019 01:46
@AenBleidd AenBleidd deleted the dpa_boinccmd branch September 24, 2019 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants