in Distributed Computing recategorized by
2,924 views
1 vote
1 vote

Which of the following is not valid with reference to Message Passing Interface(MPI)?

  1. MPI can run on any hardware platform
  2. The programming model is a distributed memory model
  3. All parallelism is implicit
  4. MPI- Comm - Size returns the total number of MPI processes in specified communication
in Distributed Computing recategorized by
2.9k views

1 Answer

1 vote
1 vote

Answer must be C

  • Message Passing Interface (MPI) is a standardized and portable message-passing system
  •  it has become a de facto standard for communication among processes that model a parallel program running on a distributed memory system.
  • It can run on any hardare platform. It is Portable ,Efficient, Flexible
  • Communicator objects connect groups of processes in the MPI session. Each communicator gives each contained process an independent identifier and arranges its contained processes in an ordered topology.
  • MPI_Comm_Size returns the total number of MPI processes in specified communication

Please refer this nice article for more details

https://computing.llnl.gov/tutorials/mpi/

by
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true