Commits on Source (92)
-
MOMMESSIN Clement authored
Added gestion of QUERY 'processor_temperature_all' and 'air_temperature_all' + basic scheduler using it
f4a88e47 -
MOMMESSIN Clement authoredb391bd65
-
6a3564f6
-
MERCIER Michael authoreda064ec39
-
MERCIER Michael authoredeee576e3
-
MERCIER Michael authoredae582039
-
MOMMESSIN Clement authored
[code] added condition for onNoMoreEvents call && separated handling of NOP and REQUESTED_CALL events
b794b61f -
MOMMESSIN Clement authoredd23649b7
-
MOMMESSIN Clement authored3deccebe
-
MOMMESSIN Clement authoredabf7c2ad
-
MOMMESSIN Clement authored
[code] pybatsim no longer sends 'submission_finished' && added a warning message during SIMULATION_BEGINS
4bf82572 -
MOMMESSIN Clement authoredeb40adba
-
MOMMESSIN Clement authoredc00860c3
-
MERCIER Michael authored
Clem branch See merge request !3
0de143ca -
S. Lackner authored09ce826c
-
S. Lackner authoredbe0ecca0
-
S. Lackner authored65619e8d
-
S. Lackner authoredc39399f4
-
S. Lackner authored7e2dc5b6
-
S. Lackner authoredc59c1aa0
-
MERCIER Michael authoredae3f70ef
-
MERCIER Michael authored154a8772
-
MERCIER Michael authored35eabde5
-
MOMMESSIN Clement authored1b10402b
-
MERCIER Michael authored8c54f932
-
MOMMESSIN Clement authored65dfc325
-
MOMMESSIN Clement authored67deaf41
-
MOMMESSIN Clement authored8cf74caf
-
MERCIER Michael authored
Resolve "Soiled dirty mud -> procset" Closes #4 See merge request !5
68d41ed6 -
MOMMESSIN Clement authoredf52e7d47
-
MOMMESSIN Clement authoredbff946b7
-
MOMMESSIN Clement authored01a6150e
-
MOMMESSIN Clement authored3d0c6648
-
MERCIER Michael authored
Resolve "Tests are broken: Depens on workloads and platforms not on the repo" Closes #6 See merge request !7
a25f1f08 -
MERCIER Michael authoredd6fdd5e8
-
MERCIER Michael authored9f6249e5
-
MERCIER Michael authored9c2aa91c
-
MERCIER Michael authored9b7032b6
-
MERCIER Michael authoredb4f853bd
-
MERCIER Michael authored09c63146
-
MERCIER Michael authored5bc2aa3b
-
MERCIER Michael authored46ba254b
-
MERCIER Michael authored5e7aebaf
-
MERCIER Michael authoredb69fe4f9
-
MERCIER Michael authored18690f10
-
MERCIER Michael authored
Much less painfull to debug using `ipython --pdb ...` now
a5cb42f5 -
MERCIER Michael authorede2f613a5
-
MERCIER Michael authored8457a96e
-
MERCIER Michael authoredd111d998
-
MOMMESSIN Clement authored5938a384
-
MERCIER Michael authoredcd41c625
-
MOMMESSIN Clement authoreda0361f11
-
MOMMESSIN Clement authored41c8e0b4
-
MOMMESSIN Clement authored8dccd970
-
MOMMESSIN Clement authored1713870a
-
Olivier Richard authorede087583e
-
Olivier Richard authored8950a371
-
MERCIER Michael authorede44b1548
-
MOMMESSIN Clement authored7f2068a2
-
MOMMESSIN Clement authored130be063
-
MOMMESSIN Clement authored997354e5
-
MOMMESSIN Clement authored5b806ab7
-
MERCIER Michael authoredd58a0949
-
MERCIER Michael authored1f221cbb
-
MERCIER Michael authoredaeec66f1
-
MERCIER Michael authoredd7c622ad
-
MERCIER Michael authored692031b2
-
MERCIER Michael authored05a6b8b8
-
MERCIER Michael authored10087c78
-
MERCIER Michael authored9f10a934
-
MERCIER Michael authored76db70a0
-
MERCIER Michael authored25299860
-
MERCIER Michael authored97a2258c
-
MERCIER Michael authored91306f57
-
MERCIER Michael authored48d7370a
-
MERCIER Michael authoredfa0e85cb
-
MERCIER Michael authored03f5d1ae
-
MERCIER Michael authored9794c8df
-
MERCIER Michael authoreda5128e24
-
MERCIER Michael authoredb0aae50f
-
MERCIER Michael authoredafb04cee
-
MERCIER Michael authoredfcc9708e
-
MERCIER Michael authoredb1aa3d36
-
MERCIER Michael authored9b6286e9
-
MOMMESSIN Clement authoredf1007b8b
-
MOMMESSIN Clement authoredd97f6a25
-
MOMMESSIN Clement authored50341b27
-
MOMMESSIN Clement authored9a84fed0
-
MERCIER Michael authoreda3532bd5
-
MERCIER Michael authoredf1d5bd44
-
MOMMESSIN Clement authored2b89465d
-
MOMMESSIN Clement authored9fd9f65f
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- CHANGELOG.rst 59 additions, 0 deletionsCHANGELOG.rst
- README.rst 25 additions, 2 deletionsREADME.rst
- batsim/__init__.py 1 addition, 0 deletionsbatsim/__init__.py
- batsim/_version.py 1 addition, 0 deletionsbatsim/_version.py
- batsim/batsim.py 231 additions, 170 deletionsbatsim/batsim.py
- batsim/cmds/experiments.py 3 additions, 1 deletionbatsim/cmds/experiments.py
- batsim/cmds/launcher.py 16 additions, 9 deletionsbatsim/cmds/launcher.py
- batsim/network.py 7 additions, 10 deletionsbatsim/network.py
- batsim/sched/algorithms/backfilling.py 2 additions, 2 deletionsbatsim/sched/algorithms/backfilling.py
- batsim/sched/events.py 4 additions, 4 deletionsbatsim/sched/events.py
- batsim/sched/job.py 2 additions, 2 deletionsbatsim/sched/job.py
- batsim/sched/profiles.py 13 additions, 22 deletionsbatsim/sched/profiles.py
- batsim/sched/resource.py 13 additions, 13 deletionsbatsim/sched/resource.py
- batsim/sched/scheduler.py 26 additions, 32 deletionsbatsim/sched/scheduler.py
- batsim/sched/workloads/models/generator.py 15 additions, 8 deletionsbatsim/sched/workloads/models/generator.py
- batsim/sched/workloads/workloads.py 19 additions, 12 deletionsbatsim/sched/workloads/workloads.py
- batsim/tools/experiments.py 15 additions, 25 deletionsbatsim/tools/experiments.py
- batsim/tools/launcher.py 35 additions, 36 deletionsbatsim/tools/launcher.py
- batsim/validatingmachine.py 26 additions, 21 deletionsbatsim/validatingmachine.py
CHANGELOG.rst
0 → 100644
batsim/_version.py
0 → 100644
This diff is collapsed.