Changes between Version 40 and Version 41 of RemoteJobs
- Timestamp:
- Apr 21, 2014, 10:21:44 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RemoteJobs
v40 v41 37 37 * '''command_line''': command-line arguments to the application 38 38 * '''input_files''': an array of input file descriptors, each of which contains 39 * '''mode''': "local", "semilocal", "local_staged", or "inline" (see below).39 * '''mode''': "local", "semilocal", "local_staged", "inline", or "remote" (see below). 40 40 * '''source''': meaning depends on mode: 41 41 * local: path on the BOINC server … … 43 43 * local_staged: physical name 44 44 * inline: the file's contents 45 * For "remote" mode, instead of "source" you must specify: 46 * '''url''': the file's URL 47 * '''nbytes''': file size 48 * '''md5''': the file's MD5 checksum 45 49 46 50 Result: a 2-element array containing … … 60 64 * '''inline''': the file is included in the job submission request XML message. 61 65 It will be served to clients from BOINC server. 62 63 The following modes have been proposed but are not implemented yet:64 66 * '''remote''': the file is on a data server other than the BOINC server, 65 67 and will be served to clients from that data server. 66 68 It's specified by the URL, the file size, and the file MD5. 69 70 The following mode has been proposed but is not implemented yet: 67 71 * '''sandbox''': the file is in the user's [RemoteInputFiles#Per-userfilesandbox sandbox], 68 72 and is specified by its name in the sandbox.