Changes between Version 10 and Version 11 of JobTemplates


Ignore:
Timestamp:
Jan 12, 2017, 12:41:24 AM (7 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JobTemplates

    v10 v11  
    2323   The physical name of the file is given in the input template;
    2424   it is not passed to the job-submission interfaces.
    25    This might be used, for the files that make up a Docker image.
     25   The file must be staged before jobs are created with the template.
     26   Constant files might be used for the files that make up a Docker image.
    2627   
    2728{{{
     
    2930    <file_info>
    3031        <number>0</number>
    31           [ <name>...</name> ]
     32        [ <physical_name>...</physical_name> ]
    3233        [ <gzip/> ]
    3334        [ <sticky/> ]
     
    6768
    6869 '''<number>''':: use 0, 1, ...
    69  '''<name>''':: specified only for constant files.
    70    The physical name of the file.
    71    The file must be staged before jobs are created with the template.
     70 '''<physical_name>''':: for constant files, the physical name of the file.
    7271 '''<gzip/>''':: transfer the file in gzipped (compressed) format to reduce network usage.
    7372   You must [JobStage stage the file with the --gzip option].