Changes between Version 35 and Version 36 of RemoteJobs
- Timestamp:
- Jun 19, 2013, 11:21:05 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RemoteJobs
v35 v36 25 25 It will be downloaded by the BOINC server during job submission, 26 26 and served to clients from the BOINC server. 27 * '''inline''': the file is included in the job submission request XML message. 28 It will be served to clients from BOINC server. 27 29 28 30 The following modes have been proposed but are not implemented yet: … … 30 32 and will be served to clients from that data server. 31 33 It's specified by the URL, the file size, and the file MD5. 32 * '''inline''': the file is included in the job submission request XML message.33 It will be served to clients from BOINC server.34 34 * '''sandbox''': the file is in the user's [RemoteInputFiles#Per-userfilesandbox sandbox], 35 35 and is specified by its name in the sandbox. … … 58 58 * '''command_line''': command-line arguments to the application 59 59 * '''input_files''': an array of input file descriptors, each of which contains 60 * '''mode''': "local", "semilocal", or "local_staged". 61 * '''source''': the file's URL (semilocal mode), 62 path on the BOINC server (local mode) or physical name (local_staged mode). 60 * '''mode''': "local", "semilocal", "local_staged", or "inline". 61 * '''source''': meaning depends on mode: 62 * local: path on the BOINC server 63 * semilocal: the file's URL 64 * local_staged: physical name 65 * inline: the file's contents 63 66 64 67 Result: a 2-element array containing