Changes between Version 2 and Version 3 of TreeThreader


Ignore:
Timestamp:
Apr 13, 2012, 4:43:52 AM (12 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TreeThreader

    v2 v3  
    44for remotely submitting batches of treeThreader jobs to a BOINC project
    55that has been set up to accept them.
     6It is designed to be used in creating a web portal for submitting
     7treeThreader jobs.
    68
    79tt_boinc must be edited to supply the URL of the project
     
    4749and must have their account enabled for job submission by project admins.
    4850They must also get their authenticators from the admins.
     51
     52== Additional APIs ===
     53
     54In addition to these APIs, the APIs described [RemoteJobs here]
     55will be needed to create the job-submission portal.
     56In particular, the '''boinc_query_batch()''', '''boinc_abort_batch()''',
     57and '''boinc_retire_batch()''' APIs may be useful.
     58
     59Also, the project's web site contains a "batch control" page
     60that can be used by scientists to monitor and control their job batches.
     61Hence the portal need not supply these functions.