Question: A High Performance Computing ( HPC ) server receives requests from users, running computationally intensive programs. For simplicity, we adopt an abstract time period between
A High Performance Computing HPC server receives requests from users, running computationally intensive programs. For simplicity, we adopt an abstract time period between ie a total of time units. User requests could arrive at any point as follows:
At time Program A is submitted requiring time units to run
At time Program B is submitted requiring time units to run
At time Program C is submitted requiring time units to run
At time Program D is submitted requiring time units to run
At time Program E is submitted requiring time units to run
At time Program F is submitted requiring time units to run
At time Program G is submitted requiring time units to run
At time Program H is submitted requiring time units to run
At time Program I is submitted requiring time units to run
At time Program J is submitted requiring time units to run
There are two implementations of the HPC server:
The HPC server is implemented based on a queue
The HPC server is implemented based on a priority queue
Based on the above for both queue and priority queue:
Recreate the state of the HPC server at every time unit
Show the state of the queue after each event takes place
Calculate waiting times for each program as well as average waiting times for the server
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
