Skip to content

Commit

Permalink
added origtime for final job
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Feb 24, 2018
1 parent 5781076 commit 2467863
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jobs/jobscheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def getFinalCommand(group, jobs, resources):
resources["done_groups"]=resources["done_groups"]+1
job["command"]=format(job["command"],group_name=group["name"],jobs_results=jobs_results)
if simulation: job["time2finish"]=10
job["origtime"]=60
return job

def getJob(jobs, resources, order):
Expand Down

0 comments on commit 2467863

Please sign in to comment.