Changes between Version 19 and Version 20 of CondorBoinc
- Timestamp:
- Mar 21, 2013, 10:14:49 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CondorBoinc
v19 v20 73 73 Each request and reply consists of a single line. 74 74 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. 75 Except for BOINC_SELECT_PROJECT, all the commands are asynchronous: 76 they immediately return S (success) or E (error) depending 77 on whether the request was syntactically valid, 78 and they take a <req id> argument; 79 a RESULTS command fetches the results of completed asynchronous commands. 79 80 80 81 The commands are: … … 82 83 === Specify BOINC project and credentials === 83 84 {{{ 84 BOINC_SELECT_PROJECT <req id>project_url authenticator85 }}} 86 Result : NULL or error message85 BOINC_SELECT_PROJECT project_url authenticator 86 }}} 87 Result (immediate): NULL or error message 87 88 88 89 Specify the URL of a BOINC project and the authenticator of … … 124 125 {{{ 125 126 BOINC_FETCH_OUTPUT <req id> <job name> <dir> <stderr filename> 126 <mode: ZIP |ALL | SOME>127 <mode: ALL | SOME> 127 128 <#file-specs> 128 129 <src name> <dst> … … 140 141 141 142 * <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.145 143 * If mode is ALL, all the job's output files are fetched. 146 144 File specs are then applied to rename or move output files.