We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
openmalaria/model/util/BoincWrapper.cpp
Line 128 in b69e5fe
void reportProgress (double progress) { boinc_fraction_done (progress); // Add progress code here }
The text was updated successfully, but these errors were encountered:
Functionality added: 115ae2c
Sorry, something went wrong.
Add progress tracking into a file
115ae2c
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
No branches or pull requests
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:
openmalaria/model/util/BoincWrapper.cpp
Line 128 in b69e5fe
The text was updated successfully, but these errors were encountered: