oar-team / batsim

Batsim: Infrastructure simulator for job and I/O scheduling
GNU Lesser General Public License v3.0
30 stars 15 forks source link

tools: Change profile type #55

Closed igornardin closed 3 years ago

igornardin commented 3 years ago

I think that the profile type on swf_to_batsim_workload_compute_only.py is wrong. The script has 'msg_par_hg' in line 98, but I think that the correct value is 'parallel_homogeneous' (I have read in some place this changed). I changed locally and works perfectly.

File: swf_to_batsim_workload_compute_only.py

mickours commented 3 years ago

Thanks for pointing this. I've created a merge request that fix the issue.