Commits on Source (84)
-
S. Lackner authored347abeef
-
S. Lackner authored15e58473
-
S. Lackner authored50ecb714
-
MERCIER Michael authored3dd3fc0f
-
MERCIER Michael authored47e02ced
-
S. Lackner authoreda8da6d31
-
S. Lackner authoreda24f8194
-
S. Lackner authoredbb028da8
-
S. Lackner authoredbd0be705
-
S. Lackner authoredc7a4f9a6
-
S. Lackner authored631b5bab
-
S. Lackner authored8177ae52
-
S. Lackner authoredd0ce50c6
-
S. Lackner authoredc2eaf32e
-
S. Lackner authoredb92d2ef8
-
S. Lackner authored9da8c3e3
-
S. Lackner authoredbb15afdb
-
S. Lackner authored3c2b9f89
-
S. Lackner authored293f79ff
-
S. Lackner authored8a8d69af
-
S. Lackner authored6f5414b1
-
S. Lackner authored00a0a8b4
-
S. Lackner authoreda55b18f0
-
S. Lackner authoredd91ddf3a
-
S. Lackner authored95cf09b6
-
S. Lackner authored3a019bf6
-
S. Lackner authored18d04169
-
S. Lackner authoredefb03f3c
-
S. Lackner authored32d73d1e
-
S. Lackner authored02462eff
-
S. Lackner authored61cea9b0
-
MERCIER Michael authored
Coalloc See merge request !1
72e620b6 -
S. Lackner authored7037710a
-
S. Lackner authored1446dce1
-
S. Lackner authored0a180a52
-
MERCIER Michael authored658774f1
-
MERCIER Michael authored887950d1
-
MERCIER Michael authoredc73610d5
-
MERCIER Michael authored
Nothing was added to the map because of the $*$*!& if of python that do not pass if the id is 0
6851ac8a -
MERCIER Michael authoredbd27b171
-
MERCIER Michael authored1fce2b29
-
S. Lackner authored053df04d
-
S. Lackner authored1864c79b
-
S. Lackner authorede54c119d
-
S. Lackner authored62e130c1
-
S. Lackner authoredfb359a89
-
S. Lackner authored
[sched] fix bug in resource finder to only return resources for non-future allocations which are guaranteed to be free
61d8ab0b -
S. Lackner authored3864025b
-
S. Lackner authored212d6126
-
S. Lackner authored08c338b1
-
MERCIER Michael authored05317612
-
MERCIER Michael authored6fbadd36
-
S. Lackner authoredd6440656
-
MERCIER Michael authored75d20812
-
MERCIER Michael authored4758eccc
-
MERCIER Michael authoredecac93a0
-
MERCIER Michael authored3a164b35
-
MERCIER Michael authored5488aa97
-
MERCIER Michael authored5ca2b5e9
-
MERCIER Michael authoredf855f5d5
-
MERCIER Michael authored26027619
-
MERCIER Michael authoredea808740
-
MERCIER Michael authored3f981485
-
MERCIER Michael authored7cf92601
-
MERCIER Michael authored49367f35
-
MERCIER Michael authored75870473
-
MERCIER Michael authored09a4e7d4
-
MERCIER Michael authored05eb0ab3
-
MERCIER Michael authored8a751ffc
-
MERCIER Michael authoredf77db9ef
-
MERCIER Michael authoredf1e2ea45
-
MERCIER Michael authored0a4c4931
-
MERCIER Michael authored58e0c9ff
-
MERCIER Michael authored
Free resources are now correctly compute
50016e19 -
MERCIER Michael authoredb7ea4113
-
MERCIER Michael authored92e8ca86
-
MERCIER Michael authored
Move pybatsim to Batsim 2.0 api See merge request !2
4e968003 -
MERCIER Michael authored8c6e517a
-
MERCIER Michael authoredc69805ce
-
MERCIER Michael authored2c35933d
-
MERCIER Michael authoreda01c1b77
-
MERCIER Michael authored3f91de6c
-
MERCIER Michael authoredc01ddb0d
-
MERCIER Michael authored4d0229d7
Showing
- batsim/__init__.py 1 addition, 0 deletionsbatsim/__init__.py
- batsim/batsim.py 215 additions, 67 deletionsbatsim/batsim.py
- batsim/cmds/__init__.py 6 additions, 0 deletionsbatsim/cmds/__init__.py
- batsim/cmds/experiments.py 53 additions, 0 deletionsbatsim/cmds/experiments.py
- batsim/cmds/launcher.py 62 additions, 0 deletionsbatsim/cmds/launcher.py
- batsim/sched/__init__.py 4 additions, 0 deletionsbatsim/sched/__init__.py
- batsim/sched/algorithms/backfilling.py 20 additions, 5 deletionsbatsim/sched/algorithms/backfilling.py
- batsim/sched/algorithms/filling.py 12 additions, 1 deletionbatsim/sched/algorithms/filling.py
- batsim/sched/algorithms/utils.py 52 additions, 4 deletionsbatsim/sched/algorithms/utils.py
- batsim/sched/alloc.py 9 additions, 3 deletionsbatsim/sched/alloc.py
- batsim/sched/events.py 212 additions, 0 deletionsbatsim/sched/events.py
- batsim/sched/job.py 56 additions, 22 deletionsbatsim/sched/job.py
- batsim/sched/logging.py 3 additions, 88 deletionsbatsim/sched/logging.py
- batsim/sched/profiles.py 12 additions, 7 deletionsbatsim/sched/profiles.py
- batsim/sched/resource.py 162 additions, 42 deletionsbatsim/sched/resource.py
- batsim/sched/scheduler.py 53 additions, 95 deletionsbatsim/sched/scheduler.py
- batsim/sched/utils.py 41 additions, 0 deletionsbatsim/sched/utils.py
- batsim/sched/workloads/__init__.py 15 additions, 0 deletionsbatsim/sched/workloads/__init__.py
- batsim/sched/workloads/models/__init__.py 7 additions, 0 deletionsbatsim/sched/workloads/models/__init__.py
- batsim/sched/workloads/models/generator.py 423 additions, 0 deletionsbatsim/sched/workloads/models/generator.py
batsim/cmds/__init__.py
0 → 100644
batsim/cmds/experiments.py
0 → 100644
batsim/cmds/launcher.py
0 → 100644
batsim/sched/events.py
0 → 100644
batsim/sched/workloads/__init__.py
0 → 100644
batsim/sched/workloads/models/__init__.py
0 → 100644
batsim/sched/workloads/models/generator.py
0 → 100644