Problem 3 To compile the algorithm, a computer (consisting of several processors) needs to perform a set of different op

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

Problem 3 To compile the algorithm, a computer (consisting of several processors) needs to perform a set of different op

Post by answerhappygod »

Problem 3 To Compile The Algorithm A Computer Consisting Of Several Processors Needs To Perform A Set Of Different Op 1
Problem 3 To Compile The Algorithm A Computer Consisting Of Several Processors Needs To Perform A Set Of Different Op 1 (31.9 KiB) Viewed 33 times
Problem 3 To compile the algorithm, a computer (consisting of several processors) needs to perform a set of different operations (we will assume that each operation is performed exactly in 1 timestep on one processor), and the operations depend on each other and some of them can be performed only if there were done all the previous ones. Here is a table with the dependencies of the operation from each other. 1->3,5,6 2->4 3,5 -> 8 6->7 4,6->10 8->9 9, 10 -> 12 11,12->13 1 1) Imagine that we have an unlimited number of processors (how many NECESSARY operations can be performed in parallel), determine what is the minimum number of timesteps will be required to complete all operations and bring the example of this scheduling 2) Create an optimal schedule of operations if you only have 2 processors available. 3) Create an optimal schedule of operations if you only have 3 processors available. 4) What are the two maximum size antichains?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply