Skip to content

Commit

Permalink
add a comment about trajectory filtering.
Browse files Browse the repository at this point in the history
  • Loading branch information
daidong committed May 26, 2020
1 parent 9590db3 commit 76519a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HPCSimPickJobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def my_init(self, workload_file = '', sched_file = ''):
self.cluster = Cluster("Cluster", self.loads.max_nodes, self.loads.max_procs/self.loads.max_nodes)
self.penalty_job_score = JOB_SEQUENCE_SIZE * self.loads.max_exec_time / 10

if self.build_sjf:
if self.build_sjf: #this is for trajectory filtering.
#calculate SJF scores for all sample sequence and save them here
index = 0
if self.batch_job_slice == 0:
Expand Down

0 comments on commit 76519a5

Please sign in to comment.