This is the same question as the last one I asked, just forgot to add a few details. I honestly don't know what to do with this homework assignment. I'm confused about what MPI is and how to use it in code. May someone please explain it? It has to be written in C.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

This is the same question as the last one I asked, just forgot to add a few details. I honestly don't know what to do with this homework assignment. I'm confused about what MPI is and how to use it in code. May someone please explain it? It has to be written in C.

In the following figure shows how to distribute amount of work between 8 processes (See
lecture 7, page 21):
Processes
2
3
6
2
3
Write an MPI program to generate a random number in the range 0-10 for each process.
Your MPI program must works for 1, 2, 4, 8, 16, 32, 64, 128 process.
Note: Assume the user enters power of 2 for the numbers of processes.
The following is just a sample from my program for 128 processes. Your program must
work for any number of processes that is a power of 2:
How many processes: 128
Output:
9, 8, 2, 2, 0, 0, 7, 6, 8, 4, 0, 8, 7, 0, 1, 9, 5, 6, 4, 5, 0, 0, 1, 2, 6, 4, 0, 3, 6, 3, 3, 0, 9, 7, 7, 8,
7,9, 3, 5, 4, 1, 3, 1, 6, 1, 8, 1, 7, 8, 7, 6, 3, 1, 0, 2, 5, 2, 7, 5, 3, 6, 1, 9, 6, 5, 4, 9, 3, 1, 0, 0,
8, 0, 8, 4, 5, 7, 5, 2, 2, 2, 4, 8, 0, 2, 6, 2, 9, 5, 2, 7, 8, 9, 5, 3, 1, 9, 8, 2, 8, 6, 5, 6, 7, 5, 7, 7,
6, 7, 9, 2, 1, 7, 4, 1, 3, 5, 1, 6, 3, 4, 4, 8, 6, 8, 0, 6,
Sum = 574
3)
Transcribed Image Text:In the following figure shows how to distribute amount of work between 8 processes (See lecture 7, page 21): Processes 2 3 6 2 3 Write an MPI program to generate a random number in the range 0-10 for each process. Your MPI program must works for 1, 2, 4, 8, 16, 32, 64, 128 process. Note: Assume the user enters power of 2 for the numbers of processes. The following is just a sample from my program for 128 processes. Your program must work for any number of processes that is a power of 2: How many processes: 128 Output: 9, 8, 2, 2, 0, 0, 7, 6, 8, 4, 0, 8, 7, 0, 1, 9, 5, 6, 4, 5, 0, 0, 1, 2, 6, 4, 0, 3, 6, 3, 3, 0, 9, 7, 7, 8, 7,9, 3, 5, 4, 1, 3, 1, 6, 1, 8, 1, 7, 8, 7, 6, 3, 1, 0, 2, 5, 2, 7, 5, 3, 6, 1, 9, 6, 5, 4, 9, 3, 1, 0, 0, 8, 0, 8, 4, 5, 7, 5, 2, 2, 2, 4, 8, 0, 2, 6, 2, 9, 5, 2, 7, 8, 9, 5, 3, 1, 9, 8, 2, 8, 6, 5, 6, 7, 5, 7, 7, 6, 7, 9, 2, 1, 7, 4, 1, 3, 5, 1, 6, 3, 4, 4, 8, 6, 8, 0, 6, Sum = 574 3)
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Structured English
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education