- wrapper: don't delete task-level checkpoint file when starting task;

that defeats the purpose.  From Uwe Becker.


svn path=/trunk/boinc/; revision=24183
This commit is contained in:
David Anderson 2011-09-13 21:21:40 +00:00
parent 176b0a4327
commit e9c5bfe7a8
2 changed files with 7 additions and 3 deletions

View File

@ -5929,3 +5929,10 @@ David 13 Sept 2011
trickle_echo.cpp
validate_util2.cpp
validator.cpp
David 13 Sept 2011
- wrapper: don't delete task-level checkpoint file when starting task;
that defeats the purpose. From Uwe Becker.
samples/wrapper/
wrapper.cpp

View File

@ -379,9 +379,6 @@ int TASK::run(int argct, char** argvt) {
string stdout_path, stdin_path, stderr_path;
char app_path[1024], buf[256];
if (checkpoint_filename.size()) {
boinc_delete_file(checkpoint_filename.c_str());
}
if (fraction_done_filename.size()) {
boinc_delete_file(fraction_done_filename.c_str());
}