recategorized by
1,680 views
0 votes
0 votes

Which of the following statements is incorrect for Parallel Virtual Machine (PVM)?

  1. The PVM communication model provides asynchronous blocking send, asynchronous blocking receive, amd non-blocking receive function
  2. Message buffers are allocated dynamically
  3. The PVM communication model assumes that any task can send a message to any order PVM task and that there is no limit to the size or number of such messages
  4. In PVM model, the message order is not preserved
recategorized by

2 Answers

0 votes
0 votes

ans: d

Fault tolerance through dynamic addition and deletion of hosts/processes.

a widely used parallel message passing library

Defines 

  • how tasks communicate and/or synchronize with each other
Answer:

Related questions

2 votes
2 votes
1 answer
3
4 votes
4 votes
2 answers
4
makhdoom ghaya asked Aug 2, 2016
5,615 views
Which of the following computing models is not an example of distributed computing environment ?Cloud computingParallel computing Cluster computing Peer-to-peer computing...