Podcast
Questions and Answers
What does MPI stand for?
What does MPI stand for?
- Message Passing Interface (correct)
- Mostly Parallel Integration
- Multiple Programming Interface
- Minimal Programming Inheritance
What is included in the MPI library?
What is included in the MPI library?
- A library of routines and functions only
- A header file only
- A header file, a library of routines and functions, and a runtime system (correct)
- A header file and a runtime system
Which type of computers is MPI designed for?
Which type of computers is MPI designed for?
- Personal computers only
- Parallel computers, clusters, and heterogeneous networks (correct)
- Mainframe computers only
- Supercomputers only
In which programming languages can MPI be used?
In which programming languages can MPI be used?
What is the main purpose of MPI?
What is the main purpose of MPI?
Which committee proposed the standard specification for MPI?
Which committee proposed the standard specification for MPI?
Which routine starts the MPI runtime environment?
Which routine starts the MPI runtime environment?
What does MPI_Bcast() do?
What does MPI_Bcast() do?
What is the purpose of MPI_Reduce()?
What is the purpose of MPI_Reduce()?
What is the function of MPI_Comm_rank()?
What is the function of MPI_Comm_rank()?
Which routine shuts down the MPI runtime environment?
Which routine shuts down the MPI runtime environment?
What is the purpose of MPI_Recv()?
What is the purpose of MPI_Recv()?
What function does MPI_Allreduce() perform?
What function does MPI_Allreduce() perform?
'hello.c' is an example of:
'hello.c' is an example of: