Changes between Version 4 and Version 5 of JobTemplates


Ignore:
Timestamp:
Mar 26, 2014, 3:14:55 PM (10 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JobTemplates

    v4 v5  
    4747}}}
    4848Elements and tags must be on separate lines as shown.
    49 The components are:
    5049
    51  '''<file_info>''':: describes an [BoincFiles#Fileproperties input file].
    52   '''<number>''':: use 0, 1, ...
    53   '''<gzip/>''':: transfer the file in gzipped (compressed) format to reduce network usage.  '''You must stage the file with the --gzip option (see below)'''.  Only 7.0+ clients can handle compressed transfers; older clients will get the file in uncompressed form.
    54   '''<sticky/>''':: if present, the file remains on the client after job is finished.
    55   '''<no_delete/>''':: if present, the file is not deleted from the server after job is completed.  Use this if the file is used as input to more than one job.
    56   '''<report_on_rpc/>''':: if present, report file in each scheduler request (for sticky files).
     50Each '''<file_info>''' describes an [BoincFiles#Fileproperties input file]:
     51
     52 '''<number>''':: use 0, 1, ...
     53 '''<gzip/>''':: transfer the file in gzipped (compressed) format to reduce network usage.
     54   You must [JobStage stage the file with the --gzip option].
     55   Only 7.0+ clients can handle compressed transfers;
     56   older clients will download the file in uncompressed form.
     57 '''<sticky/>''':: if present, the file remains on the client after job is finished.
     58 '''<no_delete/>''':: if present, the file is not deleted from the server after job is completed.  Use this if the file is used as input to more than one job.
     59 '''<report_on_rpc/>''':: if present, report file in each scheduler request (for sticky files).
    5760   Include this for compatibility with old (pre-7.x) clients; 7.0+ clients report all sticky files.
    58   '''<url>, <md5_cksum>, <nbytes>''':: Use these for files that are [JobStage staged] to
    59    a server (or servers) other than your BOINC server.
    60    Each '''<url>''' element specifies a directory (i.e. it should end with a /) to which the file name will
     61
     62The following are used for files that are [JobStage staged] to
     63a server (or servers) other than your BOINC server:
     64
     65 '''<url>''':: specifies a directory (i.e. it should end with a /) to which the file name will
    6166   be appended to give the URL.
    62    You must provide the MD5 checksum and size of the file.
     67   If the file is replicated, you can supply more than one.
     68 '''<md5_cksum>''':: the file's MD5 checksum
     69 '''<nbytes>''':: the file size.
     70 '''<gzipped_nbytes>''': if '''<gzip/>''' is specified, the size of the gzip file.
    6371
    64  '''<file_ref>''':: describes [BoincFiles#Filereferences the way the file is referenced].
    65   '''<file_number>''':: 0, 1, etc.
    66   '''<open_name>''':: the logical name of the file
    67   '''<copy_file>''':: if present, the file is copied into the job's slot directory
     72The '''<file_ref>''' describes [BoincFiles#Filereferences the way the file is referenced]:
     73 '''<file_number>''':: 0, 1, etc.
     74 '''<open_name>''':: the [BoincFiles logical name] of the file
     75 '''<copy_file>''':: if present, the file is copied into the job's slot directory
    6876
     77The job parameters include:
    6978 '''<command_line>''':: The command-line arguments to be passed to the main program.
    7079  Note: if you're using the [WrapperApp BOINC wrapper],
     
    123132
    124133 '''<file_ref>''':: describes how an output file will be referenced by the application.
    125  '''<open_name>''':: the "logical name" by which the application will reference the file.
     134 '''<open_name>''':: the [BoincFiles logical name] by which the application will reference the file.
    126135 '''<copy_file/>''':: if present, the file will be generated in the slot directory,
    127136   and copied to the project directory after the job has finished.