Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
NearRealTimeCTDAS
CTDAS
Commits
3bd7249d
Commit
3bd7249d
authored
Nov 09, 2018
by
brunner
Browse files
No commit message
No commit message
parent
e32ff611
Changes
1
Show whitespace changes
Inline
Side-by-side
da/tools/initexit.py
View file @
3bd7249d
...
...
@@ -566,7 +566,7 @@ class CycleControl(dict):
nextrestartfilename
=
self
[
'da.restart.fname'
].
replace
(
jobid
,
nextjobid
)
nextlogfilename
=
logfile
.
replace
(
jobid
,
nextjobid
)
if
self
.
daplatform
.
ID
==
'WU capegrim'
:
template
+=
'
\n
export icycle_in_job=%d
\n
python %s rc=%s %s >&%s &
\n
'
%
(
cycle
+
1
,
execcommand
,
nextrestartfilename
,
join
(
str
(
self
.
opts
),
''
),
nextlogfilename
,)
template
+=
'
\n
export icycle_in_job=%d
\n
python %s rc=%s %s >&%s &
\n
'
%
(
cycle
+
1
,
execcommand
,
nextrestartfilename
,
str
.
join
(
str
(
self
.
opts
),
''
),
nextlogfilename
,)
else
:
template
+=
'
\n
export icycle_in_job=%d
\n
python %s rc=%s %s >&%s
\n
'
%
(
cycle
+
1
,
execcommand
,
nextrestartfilename
,
str
.
join
(
str
(
self
.
opts
),
''
),
nextlogfilename
,)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment