QUESTION 35 1 points Save Answer MPI (viz., MPI-1) uses 0 A, static process creation O B. dynamic process creation ° C. a routine spawn() to create processes 0 D. both B and C QUESTION 36 1 points Save Answer Suppose that node A is sending an n-packet message to node B in a distributed-memory system with a static network. Also suppose that the message must be forwarded through k intermediate nodes. The startup time is s and the time for transmitting one packet to a nearby node is c. What is the most proper formula for calculating the time for the above communication? O A.s+ (k+n) x C QUESTION 37 1 points Save Answer Decentralized dynamic load balancing method involves using a workpool managed by a single master node which distributes tasks in the workpool to slave nodes. O True ○ False
Expert Answer
Question 35:-
Static process creation.
MPI 1 uses static and MPI2 Uses dynamic.
Question 36:-
s+ k*n*c
Question 37:-
True
In workpool model the master node assign work to slave or worker nodes.
Question 39:-
A) when it is passed on by a white process.
Question 40:-
D). Both A and B.
Question 41:-
A) Round Robin Algorithm