-
Notifications
You must be signed in to change notification settings - Fork 449
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1) Add support for BOINC Universal Docker Application (BUDA).
This lets you run arbitrary Docker applications using a single BOINC app (and one app version per platform). The Dockerfile and science executables are in the workunit. The script tools/submit_buda lets you test this. Basic tests were successful. 2) Unify the scripts for testing job submission The 'test' assimilators (sample_assimilate.py and sample_assimilator.cpp) do the same thing: they copy result files to <proj_dir>/results/<batch_id>/<wu_name> (if 1 output file) <proj_dir>/results/<batch_id>/<wu_name>_i (if >1 output file) where <batch_id> is 0 if WU is not in a batch ... and they write error code to <wu_name>_error if the WU errored out Scripts to submit jobs: submit_job submit_batch submit_buda Script to query jobs: query_job This works for either jobs or batches, as long as the app uses one of the above assimilators 3) Add plan class 'docker' to plan_class_spec.xml.sample
- Loading branch information
1 parent
abfea4c
commit 8734982
Showing
12 changed files
with
281 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.