Skip to content
Snippets Groups Projects
Commit 2f4a111b authored by Peters, Wouter's avatar Peters, Wouter
Browse files

longer runtime needed

parent 9d1a1c93
No related branches found
No related tags found
No related merge requests found
......@@ -557,7 +557,7 @@ class CycleControl(dict):
if self['time.start'] < self['time.finish']:
jobparams = {'jobname':'das','jobaccount':'co2','jobnodes':'nserial 1','jobtime':'00:30:00','jobshell':'/bin/sh'}
jobparams = {'jobname':'das','jobaccount':'co2','jobnodes':'nserial 1','jobtime':'06:00:00','jobshell':'/bin/sh'}
template = DaPlatForm.GetJobTemplate(jobparams)
template += 'cd %s\n'%os.getcwd()
template += './das.py rc=%s'% self['da.restart.fname']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment