Changes between Version 33 and Version 34 of RemoteJobs


Ignore:
Timestamp:
Mar 15, 2013, 11:56:21 AM (11 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RemoteJobs

    v33 v34  
    1717
    1818Input files can be supplied in any of the following ways:
    19  * '''inline''': the file is included in the job submission request XML message.
     19 * '''local''': the file is on the BOINC server and is not [JobStage staged].  It's specified by its full path.
     20 * '''local_staged''': the filed has been [JobStage staged] on the BOINC server.
     21  It's specified by its physical name.
     22 * '''semilocal''': the file is on a data server that's accessible to the BOINC server
     23   but not necessarily to the outside world.
     24   The file is specified by its URL.
     25   It will be downloaded by the BOINC server during job submission,
     26   and served to clients from the BOINC server.
     27
     28The following modes have been proposed but are not implemented yet:
     29 * '''remote''': the file is on a data server other than the BOINC server,
     30   and will be served to clients from that data server.
     31   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.
    2033   It will be served to clients from BOINC server.
    2134 * '''sandbox''': the file is in the user's [RemoteInputFiles#Per-userfilesandbox sandbox],
    2235   and is specified by its name in the sandbox.
    23  * '''local''': the file has been staged on the BOINC server, and is specified by its physical filename.
    24  * '''semilocal''': the file is on a data server other than the BOINC server;
    25    this data server need not be accessible to the outside world.
    26    The file is specified by its URL.
    27    It will be downloaded by the BOINC server during job submission,
    28    and served to clients from the BOINC server.
    29  * '''remote''': the file is on a data server other than the BOINC server,
    30    and will be served to clients from that data server.
    31    It is specified by the URL, the file size, and the file MD5.
    3236
    3337As jobs are completed, their output files are available to the submitting user via HTTP.