Changes between Version 16 and Version 17 of CondorBoinc


Ignore:
Timestamp:
Mar 7, 2013, 12:16:57 PM (11 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CondorBoinc

    v16 v17  
    5858[[Image(condor.png)]]
    5959
    60 === GAHP protocol ===
    61 
    6260The GAHP protocol will be based on the one used for HTCondor's interactions with Globus GRAM. That protocol's description can be found at http://research.cs.wisc.edu/htcondor/gahp/gahp_protocol.txt.
    6361From that protocol, we will take the basic syntax and command structure, and these commands:
     
    8280The commands are:
    8381
    84 Submit a new job batch:
     82=== Submit a new job batch ===
    8583{{{
    8684BOINC_SUBMIT <req id> <batch name> <app name>
     
    109107 * We could add a <dir> argument to prepend to input paths.
    110108
    111 Query the status of a batch's jobs:
     109=== Query the status of a batch's jobs ===
    112110{{{
    113111BOINC_QUERY_BATCH <req id> <batch name>
     
    118116Status is either IN_PROGRESS, DONE, or ERROR
    119117
    120 Retrieve the outputs of a job that's completed
    121 (i.e. its status is DONE or ERROR).
     118=== Retrieve the outputs of a completed job ===
     119
    122120{{{
    123121BOINC_FETCH_OUTPUT <req id> <job name> <dir> <stderr filename>
     
    151149If there is no such instance, it will return an error message.
    152150
    153 Abort the given jobs:
     151=== Abort jobs ===
    154152{{{
    155153BOINC_ABORT_JOBS <req id> <job name> ...
     
    158156}}}
    159157
    160 Retire a batch:
     158=== Retire a batch ===
    161159{{{
    162160BOINC_RETIRE_BATCH <req id> <batch name>
     
    166164The batch's files and database records can be deleted.
    167165
    168 Set the "lease time" for a batch:
     166=== Set the "lease time" for a batch ===
    169167{{{
    170168BOINC_SET_LEASE <req id> <batch name> <new lease time>
     
    174172After this time its files and database records can be deleted.
    175173
    176 Results command:
     174=== Results command ===
    177175{{{
    178176RESULTS
     
    190188This is probably not worth doing since polling is very cheap.
    191189
    192 === Project selection and authentication ===
     190== Project selection and authentication ==
    193191
    194192For the time being we'll do it this way: