4. We are looking to run three computations (or jobs) on the IRIDIS 5 supercomputer at the University of Southampton: j1
Posted: Thu Jun 09, 2022 3:02 pm
from a compute node to another one as many times as necessary (for instance, a job could run for 20% of the time on n₁, for 40% of the time on ne, and for 40% of the time on n3). Since IRIDIS 5 is oversubscribed, each compute node can be used for no more than 7 days in total and a single job can be scheduled to run on a node for, in total, no more than 2 days. For their completion, 31, 32, and j3 need, respectively, 4, 5, and 6 days of computations. Model the problem of scheduling the three jobs on the IRIDIS 5 supercomputer as a maximum-flow problem and report the corresponding graph (with source, sink, and arc capacities). [20 marks]