An HPE Machine Learning Development Environment resource pool uses priority scheduling with preemption disabled. Currently Experiment 1 Trial I is using 32 of the pool's 40 total slots; it has priority 42. Users then run two more experiments:
* Experiment 2:1 trial (Trial 2) that needs 24 slots; priority 50
* Experiment 3; l trial (Trial 3) that needs 24 slots; priority I
What happens?
Trial 3 is scheduled on 8 of the slots. Then, after Trial 1 has finished, it receives 16 more slots. This is because priority scheduling is used in the HPE Machine Learning Development Environment resource pool, which means higher priority tasks will be given priority over lower priority tasks. As such, Trial 3 with priority 1 will be given priority over Trial 2 with priority 50.
Currently there are no comments in this discussion, be the first to comment!