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
db3cf97a
Commit
db3cf97a
authored
Nov 15, 2012
by
Peters, Wouter
Browse files
base job given a little more time by default
parent
649717d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
da/tools/initexit.py
View file @
db3cf97a
...
...
@@ -646,7 +646,7 @@ class CycleControl(dict):
logfile
=
jobfile
.
replace
(
'.jb'
,
'.log'
)
# Template and commands for job
jobparams
=
{
'jobname'
:
"j.%s"
%
jobid
,
'jobtime'
:
'
06
:00:00'
,
'logfile'
:
logfile
,
'errfile'
:
logfile
}
jobparams
=
{
'jobname'
:
"j.%s"
%
jobid
,
'jobtime'
:
'
24
:00:00'
,
'logfile'
:
logfile
,
'errfile'
:
logfile
}
template
=
DaPlatForm
.
get_job_template
(
jobparams
)
execcommand
=
os
.
path
.
join
(
self
[
'dir.da_submit'
],
sys
.
argv
[
0
])
template
+=
'python %s rc=%s %s'
%
(
execcommand
,
self
[
'da.restart.fname'
],
join
(
self
.
opts
,
''
),)
...
...
Write
Preview
Supports
Markdown
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