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

boinc: Progress tracking #77

Closed
tph-thuering opened this issue May 19, 2015 · 2 comments
Closed

boinc: Progress tracking #77

tph-thuering opened this issue May 19, 2015 · 2 comments

Comments

@tph-thuering
Copy link
Contributor

Add a way to track simulation progress.
Build a linux binary for CERN people to use. -> git tag

E.g. write a number to a separate file for every work unit.

TODO:

boinc_fraction_done (progress);

 void reportProgress (double progress) {
    boinc_fraction_done (progress);
    // Add progress code here
  }
@tph-thuering
Copy link
Contributor Author

Functionality added: 115ae2c

tph-thuering referenced this issue May 20, 2015
This changeset adds progress tracking for
CERN's next Computing Challenge https://test4theory.cern.ch/challenge/

openMalaria now creates a file named "progress" and writes a number into it,
which represents progress of a workunit.

For more information see: https://boinc.berkeley.edu/trac/wiki/BasicApi#progress
@tph-thuering
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant