Changes between Version 2 and Version 3 of TreeThreader
- Timestamp:
- Apr 13, 2012, 4:43:52 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TreeThreader
v2 v3 4 4 for remotely submitting batches of treeThreader jobs to a BOINC project 5 5 that has been set up to accept them. 6 It is designed to be used in creating a web portal for submitting 7 treeThreader jobs. 6 8 7 9 tt_boinc must be edited to supply the URL of the project … … 47 49 and must have their account enabled for job submission by project admins. 48 50 They must also get their authenticators from the admins. 51 52 == Additional APIs === 53 54 In addition to these APIs, the APIs described [RemoteJobs here] 55 will be needed to create the job-submission portal. 56 In particular, the '''boinc_query_batch()''', '''boinc_abort_batch()''', 57 and '''boinc_retire_batch()''' APIs may be useful. 58 59 Also, the project's web site contains a "batch control" page 60 that can be used by scientists to monitor and control their job batches. 61 Hence the portal need not supply these functions.