Changes between Version 40 and Version 41 of RemoteJobs


Ignore:
Timestamp:
Apr 21, 2014, 10:21:44 AM (10 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RemoteJobs

    v40 v41  
    3737  * '''command_line''': command-line arguments to the application
    3838  * '''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).
    4040   * '''source''': meaning depends on mode:
    4141    * local: path on the BOINC server
     
    4343    * local_staged: physical name
    4444    * 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
    4549
    4650Result: a 2-element array containing
     
    6064 * '''inline''': the file is included in the job submission request XML message.
    6165   It will be served to clients from BOINC server.
    62 
    63 The following modes have been proposed but are not implemented yet:
    6466 * '''remote''': the file is on a data server other than the BOINC server,
    6567   and will be served to clients from that data server.
    6668   It's specified by the URL, the file size, and the file MD5.
     69
     70The following mode has been proposed but is not implemented yet:
    6771 * '''sandbox''': the file is in the user's [RemoteInputFiles#Per-userfilesandbox sandbox],
    6872   and is specified by its name in the sandbox.