Skip to content

Commit 4419430

Browse files
committed
add working copy of global config
1 parent 3dbbbf2 commit 4419430

File tree

1 file changed

+177
-0
lines changed

1 file changed

+177
-0
lines changed

global/gfdl_ppan_global.cylc

Lines changed: 177 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,177 @@
1+
[hub]
2+
url =
3+
[scheduler]
4+
UTC mode = True
5+
process pool size = 4
6+
process pool timeout = PT10M
7+
auto restart delay =
8+
[[run hosts]]
9+
available = an007, an008
10+
ports = 43001 .. 43101
11+
condemned =
12+
ranking =
13+
process check timeout = PT10S
14+
[[host self-identification]]
15+
method = name
16+
target = google.com
17+
host =
18+
[[events]]
19+
handlers =
20+
handler events =
21+
mail events =
22+
startup handlers = mkdir -p /xtmp/$USER/work/cylc-run/%(workflow)s/share && mkdir -p /xtmp/$USER/work/cylc-run/%(workflow)s/work
23+
shutdown handlers = mkdir -p /xtmp/$USER/cleandir/$$/%(workflow)s && mv /xtmp/$USER/work/cylc-run/%(workflow)s/* /xtmp/$USER/cleandir/$$/%(workflow)s
24+
abort handlers =
25+
workflow timeout =
26+
workflow timeout handlers =
27+
abort on workflow timeout = False
28+
stall handlers =
29+
stall timeout = PT1H
30+
stall timeout handlers =
31+
abort on stall timeout = True
32+
inactivity timeout =
33+
inactivity timeout handlers =
34+
abort on inactivity timeout = False
35+
restart timeout = PT2M
36+
[[mail]]
37+
from =
38+
smtp =
39+
to =
40+
footer =
41+
task event batch interval = PT5M
42+
[[main loop]]
43+
plugins = health check, reset bad hosts
44+
[[[health check]]]
45+
interval = PT10M
46+
[[[auto restart]]]
47+
interval = PT10M
48+
[[[reset bad hosts]]]
49+
interval = PT30M
50+
[[logging]]
51+
rolling archive length = 15
52+
maximum size in bytes = 1000000
53+
[install]
54+
max depth = 4
55+
source dirs = ~/cylc-src
56+
[[symlink dirs]]
57+
[[[localhost]]]
58+
share = /xtmp/$USER/work
59+
work = /xtmp/$USER/work
60+
run =
61+
share/cycle =
62+
log =
63+
log/job =
64+
[platforms]
65+
[[localhost]]
66+
hosts = localhost
67+
job runner = background
68+
job runner command template =
69+
communication method = zmq
70+
submission polling intervals = PT15M
71+
submission retry delays = PT1M
72+
execution polling intervals = PT15M
73+
execution time limit polling intervals = PT1M, PT2M, PT7M
74+
ssh command = ssh
75+
rsync command = rsync
76+
use login shell = True
77+
cylc path =
78+
global init-script =
79+
copyable environment variables =
80+
retrieve job logs = False
81+
retrieve job logs command = rsync -a
82+
retrieve job logs max size =
83+
retrieve job logs retry delays =
84+
tail command template = tail -n +1 --follow=name %(filename)s
85+
err tailer =
86+
out tailer =
87+
err viewer =
88+
out viewer =
89+
job name length maximum =
90+
install target = localhost
91+
clean job submission environment = False
92+
job submission environment pass-through =
93+
job submission executable paths =
94+
max batch submit size = 100
95+
ssh forward environment variables =
96+
[[[meta]]]
97+
[[[selection]]]
98+
method = definition order
99+
[[[directives]]]
100+
[[ppan]]
101+
job runner = slurm
102+
hosts = localhost
103+
install target = localhost
104+
retrieve job logs = False
105+
clean job submission environment = False
106+
job submission executable paths = /usr/local/slurm/default/bin
107+
submission retry delays = PT1M
108+
ssh command = ssh
109+
job runner command template =
110+
communication method = zmq
111+
submission polling intervals = PT15M
112+
execution polling intervals = PT15M
113+
execution time limit polling intervals = PT1M, PT2M, PT7M
114+
rsync command = rsync
115+
use login shell = True
116+
global init-script =
117+
copyable environment variables =
118+
retrieve job logs command = rsync -a
119+
retrieve job logs max size =
120+
retrieve job logs retry delays =
121+
tail command template = tail -n +1 --follow=name %(filename)s
122+
err tailer =
123+
out tailer =
124+
err viewer =
125+
out viewer =
126+
job name length maximum =
127+
job submission environment pass-through =
128+
max batch submit size = 100
129+
ssh forward environment variables =
130+
cylc path =
131+
[[[meta]]]
132+
[[[selection]]]
133+
method = random
134+
[[[directives]]]
135+
[[ppan_test]]
136+
job runner = ppan_handler
137+
hosts = localhost
138+
cylc path = /home/fms/local/opt/cylc/bin
139+
install target = localhost
140+
retrieve job logs = False
141+
clean job submission environment = False
142+
job submission executable paths = /usr/local/slurm/default/bin
143+
submission retry delays = PT1M
144+
ssh command = ssh
145+
job runner command template =
146+
communication method = zmq
147+
submission polling intervals = PT15M
148+
execution polling intervals = PT15M
149+
execution time limit polling intervals = PT1M, PT2M, PT7M
150+
rsync command = rsync
151+
use login shell = True
152+
global init-script =
153+
copyable environment variables =
154+
retrieve job logs command = rsync -a
155+
retrieve job logs max size =
156+
retrieve job logs retry delays =
157+
tail command template = tail -n +1 --follow=name %(filename)s
158+
err tailer =
159+
out tailer =
160+
err viewer =
161+
out viewer =
162+
job name length maximum =
163+
job submission environment pass-through =
164+
max batch submit size = 100
165+
ssh forward environment variables =
166+
[[[meta]]]
167+
[[[selection]]]
168+
method = random
169+
[[[directives]]]
170+
[platform groups]
171+
[task events]
172+
handlers =
173+
handler events =
174+
handler retry delays =
175+
mail events =
176+
execution timeout =
177+
submission timeout =

0 commit comments

Comments
 (0)