Changes between Version 16 and Version 17 of CondorBoinc
- Timestamp:
- Mar 7, 2013, 12:16:57 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CondorBoinc
v16 v17 58 58 [[Image(condor.png)]] 59 59 60 === GAHP protocol ===61 62 60 The 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. 63 61 From that protocol, we will take the basic syntax and command structure, and these commands: … … 82 80 The commands are: 83 81 84 Submit a new job batch: 82 === Submit a new job batch === 85 83 {{{ 86 84 BOINC_SUBMIT <req id> <batch name> <app name> … … 109 107 * We could add a <dir> argument to prepend to input paths. 110 108 111 Query the status of a batch's jobs: 109 === Query the status of a batch's jobs === 112 110 {{{ 113 111 BOINC_QUERY_BATCH <req id> <batch name> … … 118 116 Status is either IN_PROGRESS, DONE, or ERROR 119 117 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 122 120 {{{ 123 121 BOINC_FETCH_OUTPUT <req id> <job name> <dir> <stderr filename> … … 151 149 If there is no such instance, it will return an error message. 152 150 153 Abort the given jobs: 151 === Abort jobs === 154 152 {{{ 155 153 BOINC_ABORT_JOBS <req id> <job name> ... … … 158 156 }}} 159 157 160 Retire a batch: 158 === Retire a batch === 161 159 {{{ 162 160 BOINC_RETIRE_BATCH <req id> <batch name> … … 166 164 The batch's files and database records can be deleted. 167 165 168 Set the "lease time" for a batch: 166 === Set the "lease time" for a batch === 169 167 {{{ 170 168 BOINC_SET_LEASE <req id> <batch name> <new lease time> … … 174 172 After this time its files and database records can be deleted. 175 173 176 Results command: 174 === Results command === 177 175 {{{ 178 176 RESULTS … … 190 188 This is probably not worth doing since polling is very cheap. 191 189 192 == = Project selection and authentication ===190 == Project selection and authentication == 193 191 194 192 For the time being we'll do it this way: