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

job name gets date value instead of very long string, and needs to start with a letter...

parent acf0a2ef
No related branches found
No related tags found
No related merge requests found
......@@ -649,7 +649,7 @@ class CycleControl(dict):
logfile = jobfile.replace('.jb','.log')
# Template and commands for job
jobparams = {'jobname':jobid,'jobtime':'01:30:00'}
jobparams = {'jobname':"j.%s"%jobid,'jobtime':'01:30:00'}
template = DaPlatForm.GetJobTemplate(jobparams)
execcommand = os.path.join(self['dir.da_submit'],sys.argv[0])
template += 'python %s rc=%s %s >& %s' % (execcommand,self['da.restart.fname'],join(self.opts,''),logfile,)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment