Changes between Version 10 and Version 11 of JobTemplates
- Timestamp:
- Jan 12, 2017, 12:41:24 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JobTemplates
v10 v11 23 23 The physical name of the file is given in the input template; 24 24 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. 26 27 27 28 {{{ … … 29 30 <file_info> 30 31 <number>0</number> 31 [ <name>...</name> ]32 [ <physical_name>...</physical_name> ] 32 33 [ <gzip/> ] 33 34 [ <sticky/> ] … … 67 68 68 69 '''<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. 72 71 '''<gzip/>''':: transfer the file in gzipped (compressed) format to reduce network usage. 73 72 You must [JobStage stage the file with the --gzip option].