You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reported by yoyo on 13 Feb 38937595 20:53 UTC
The wrapper does not store cpu time in its checkpoint.txt file, if the legacy application writes its checkpoint file.
To solve it I reverted method send_status_message() to its old version and in the main while (1) loop I added the following:
poll_boinc_messages(task);
send_status_message(task, frac_done);
// begin yoyoif (task.has_checkpointed()) {
write_checkpoint(i, cpu + task.cpu_time());
}
// end yoyoboinc_sleep(POLL_PERIOD);
The text was updated successfully, but these errors were encountered:
Reported by yoyo on 13 Feb 38937595 20:53 UTC
The wrapper does not store cpu time in its checkpoint.txt file, if the legacy application writes its checkpoint file.
To solve it I reverted method send_status_message() to its old version and in the main while (1) loop I added the following:
The text was updated successfully, but these errors were encountered: