Skip to content

Boinc Wrapper unzips inputfiles again after resume from checkpoint? #5933

Answered by davidpanderson
Svennemans asked this question in Q&A
Discussion options

You must be logged in to vote

The client copies input files to the slot directory every time the job starts, not just the first time.
It does the copy only if the file is not present in the slot dir.

The wrapper unzips input files, then it deletes the .zip file.
As a result, if the job is stopped and restarted, the .zip file gets copied and unzipped again.

Possible solutions:

  1. the client copies input files only the first time a job runs
  2. the wrapper doesn't delete the .zip file
  3. the wrapper unzips input files only the first time it runs

I'd lean toward 1 + 3.
That way things will work correctly with both
old client + new wrapper and new client + old wrapper

Does that sound OK?

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@Svennemans
Comment options

@AenBleidd
Comment options

@AenBleidd
Comment options

Answer selected by Svennemans
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants