batsim icon indicating copy to clipboard operation
batsim copied to clipboard

Batsim: Infrastructure simulator for job and I/O scheduling

Results 7 batsim issues
Sort by recently updated
recently updated
newest added

I realized that the definition of makespan chosen for batsim outputs is `max(finish_time)` (https://batsim.readthedocs.io/en/latest/output-schedule.html?highlight=makespan#schedule ). I think the most common definition is `max(finish_time) - min(submission_time)`. These definitions are the same...

typo in execute job specification Read [contributing guidelines](https://batsim.readthedocs.io/en/latest/contributing.html). **Describe what the pull request does** Link to related issues if relevant. For example #42. **Checklist** Branch name. - [ ] Descriptive...

**Description** On a Simgrid platform where attributes "speed" and "core" are defined, Batsim does not forward them in the SIMULATION_BEGINS message. **How to reproduce** - Batsim commit: Batsim 3.1.0 -...

bug

In exported file ``_consumed_energy.csv``, the written instantaneous power on a line corresponds to the energy difference with the previous line divided by the time difference with the previous line. This...

enhancement

It would be very nice to have some kind of checkpointing mechanism in Batsim, so long simulations could be stopped and resumed.

enhancement

The -t option of the following scripts is never read, translation of runtimes towards 0 is forced in all cases. - swf_to_batsim_workload_compute_only.py - swf_to_batsim_workload_delay.py