This shows you the differences between two versions of the page.
Last revision Both sides next revision | |||
jobnames [2015/03/20 15:07] meesters created |
jobnames [2015/03/20 17:14] meesters |
||
---|---|---|---|
Line 6: | Line 6: | ||
Our policy is: | Our policy is: | ||
- | * Missing jobnames or insanly long ones are converted to the first part of the command line, if the command line is too long, with a maximum of 40 Characters | + | * Job names should not contain whitespace or semicolons. In this case the job name will be truncated to the first part of the original job name, taking whitespace and semicolons as delimiters. |
- | * HERE-doc like submission without jobnames fulfilling the criterion named above get a jobname consiting of ''$USER_$RANDOMSTRING''. Here, ''$RANDOMSTRING'', obviously will be a random string, 20 characters long | + | * Missing jobnames or insanly long ones get a jobname consisting of ''$USER_$RANDOMSTRING''. Here, ''$RANDOMSTRING'', obviously will be a random string, 20 characters long. |