Changes between Version 19 and Version 20 of CondorBoinc


Ignore:
Timestamp:
Mar 21, 2013, 10:14:49 PM (11 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CondorBoinc

    v19 v20  
    7373Each request and reply consists of a single line.
    7474
    75 The main commands return S (success) or E (error) depending
    76 on whether it was syntactically valid.
    77 The commands takes a <req id> argument,
    78 and a RESULTS command fetches the results of completed commands.
     75Except for BOINC_SELECT_PROJECT, all the commands are asynchronous:
     76they immediately return S (success) or E (error) depending
     77on whether the request was syntactically valid,
     78and they take a <req id> argument;
     79a RESULTS command fetches the results of completed asynchronous commands.
    7980
    8081The commands are:
     
    8283=== Specify BOINC project and credentials ===
    8384{{{
    84 BOINC_SELECT_PROJECT <req id> project_url authenticator
    85 }}}
    86 Result: NULL or error message
     85BOINC_SELECT_PROJECT project_url authenticator
     86}}}
     87Result (immediate): NULL or error message
    8788
    8889Specify the URL of a BOINC project and the authenticator of
     
    124125{{{
    125126BOINC_FETCH_OUTPUT <req id> <job name> <dir> <stderr filename>
    126     <mode: ZIP | ALL | SOME>
     127    <mode: ALL | SOME>
    127128    <#file-specs>
    128129    <src name> <dst>
     
    140141 
    141142 * <dir> is a directory on the local machine where output files are placed by default.
    142  * If mode is ZIP, then the job must have a single zipped output file.
    143    This file is unzipped into the output directory.
    144    File specs are then applied to rename or move output files.
    145143 * If mode is ALL, all the job's output files are fetched.
    146144   File specs are then applied to rename or move output files.