Changes between Version 35 and Version 36 of RemoteJobs


Ignore:
Timestamp:
Jun 19, 2013, 11:21:05 PM (11 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RemoteJobs

    v35 v36  
    2525   It will be downloaded by the BOINC server during job submission,
    2626   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.
    2729
    2830The following modes have been proposed but are not implemented yet:
     
    3032   and will be served to clients from that data server.
    3133   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.
    3434 * '''sandbox''': the file is in the user's [RemoteInputFiles#Per-userfilesandbox sandbox],
    3535   and is specified by its name in the sandbox.
     
    5858  * '''command_line''': command-line arguments to the application
    5959  * '''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
    6366
    6467Result: a 2-element array containing