Changes between Initial Version and Version 1 of TreeThreader


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

--

Legend:

Unmodified
Added
Removed
Modified
  • TreeThreader

    v1 v1  
     1= Remote job submission for treeThreader =
     2
     3The file [/trac/browser/trunk/boinc/tools/tt_boinc tt_boinc] is a script
     4for remotely submitting batches of treeThreader jobs to a BOINC project
     5that has been set up to accept them.
     6
     7tt_boinc must be edited to supply the URL of the project
     8(the PROJECT constant defined on line 8).
     9
     10The script provides two commands:
     11
     12'''tt_boinc submit sequence_file authenticator'''
     13
     14 sequence_file :: a sequence file.
     15 authenticator :: the authenticator of the user's account on the project.
     16
     17The script's output is either an error message ore
     18{{{
     19Batch ID: N
     20}}}
     21where N identifies the batch of jobs.
     22
     23'''tt_boinc get_output batch_id authenticator'''
     24