-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtutorial - SingleInputFile.template
110 lines (109 loc) · 2.18 KB
/
tutorial - SingleInputFile.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
commandline = cat ${var-inputfile}
useScrollbars = true
= Generic =
-
[InfoField1]
type = InfoField
size = 1000x80
defaultValue = This tutorial template covers the SingleInputFile type for selecting files.
-
[InfoField2]
type = InfoField
size = 1000x40
defaultValue = Your template will need a commandline:
-
[InfoField2a]
type = InfoField
size = 1000x40
defaultValue = > commandline = cat ${var-inputfile}
-
[InfoField3]
type = InfoField
size = 1000x40
defaultValue = Next, optional static key values are initialised:
-
[InfoField4]
type = InfoField
size = 1000x40
defaultValue = The valid keys are: application applicationVersion cpus force_mpi memory walltimeInSeconds
-
[InfoField4a]
type = InfoField
size = 1000x40
defaultValue = > application = cat
-
[InfoField5]
type = InfoField
size = 1000x40
defaultValue = Now setup your input panel(s):
-
[InfoField6]
type = InfoField
size = 1000x40
defaultValue = > = Generic =
-
[InfoField7]
type = InfoField
size = 1000x40
defaultValue = > [var-inputfile]
-
[InfoField8]
type = InfoField
size = 1000x40
defaultValue = > type = SingleInputFile
-
[InfoField9]
type = InfoField
size = 1000x40
defaultValue = > title = var-inputfile
-
[InfoField10]
type = InfoField
size = 1000x40
defaultValue = > filter = BasenameFilter
-
[InfoField11]
type = InfoField
size = 1000x40
defaultValue = > useHistory = true
-
[var-inputfile]
type = SingleInputFile
title = var-inputfile
filter = BasenameFilter
-
[InfoField13]
type = InfoField
size = 1000x40
defaultValue = > [jobname]
-
[InfoField14]
type = InfoField
size = 1000x40
defaultValue = > type = Jobname
-
[InfoField15]
type = InfoField
size = 1000x40
defaultValue = > title = Job Name - Automatically assigned (may be overriden by you with any unique name)
-
[InfoField16]
type = InfoField
size = 1000x40
defaultValue = > defaultValue = tutorialjob
-
[jobname]
type = Jobname
defaultValue = tutorialjob
title = Job Name - Automatically assigned (may be overriden by you with any unique name)
size = 1000x80
-
[finalcomment]
type = InfoField
size = 1000x80
defaultValue = Here is what the resulting command looks like:
-
[dummy]
type = MonitorCommandlinePanel
size = 1000x70
title = Monitor commandline