mpi作业 | project代写 – Milestone: Parallel and Distributed Computing

TITLE

mpi作业 | project代写 | assignment作业 – 这个题目属于一个mpi的代写任务, 包括了mpi、分布式计算、并行计算等方面, 这个项目是assignment代写的代写题目

project代写 代写project

2023/3/21 10:35 assignment 1 Milestone: Parallel and Distributed Computing (3305_7305 Combined)

Assignment 1 Milestone

See the page Assignment 1 Introduction
Your task here is to implement some basic  mpi programs in C, and discuss aspects of their
behaviour.
In this first part, we are asking you to work with Program 3.1 in Section 3.1 on page 85
(https://www.sciencedirect.com/science/article/pii/B9780123742605000038#f0080) of the textbook.
Steps
  1. Compile and run the program to replicate the output given in the textbook. First with one process, then with four.
  2. Write a brief and precise explanation of how the program works.
  3. Draw a diagram showing all of the messages sent when executed with four tasks. Number the messages in the order in which they occur.
  4. Question: Will the messages be ordered in the same way for all executions of the program? Explain.
  5. Create a second version of the program with only one change. This change is to use the special constant MPI_ANY_SOURCE in the call to Receive.
  6. Explain what effect, if any, you expect this change to have.
  7. Then try to observe whether or not this happens. Explain your method and present results. Note In the lecture for Week 3, I showed how to compile and run this program using Open MPI on the School computer uss.cs.adelaide.edu.au (note that this is a Computer Science computer, hence the cs in the name). This is the preferred option, because everything works smoothly. As I mentioned there, in the near future it will be possible to use a specialised cluster. SVN is available on uss , and is the preferred method for managing your project files. it will of course also be available on the cluster when it is commissioned. What you need to hand in As mentioned in Assignment 1 Introduction, the primary mode of assessment is a report. Submit this in PDF format, with the name milestone_report.pdf. In this report, include your output from Step 1, and answers as required for the other steps. Also hand in the two programs that you used. Use the names hello.c and hello1.c. In addition, submit the log of commit messages to SVN that you used in developing this part of the assignment. Use the name SVN_log.txt for this file. We won’t formally mark your Milestone – we will just check to see that you have produced the work required for this part. You will get 1.5 of the 10 marks for that. This intermediate deadline is

2023/3/21 10:35 Assignment 1 Milestone: Parallel and Distributed Computing (3305_7305 Combined)

https://myuni.adelaide.edu.au/courses/85261/pages/assignment-1-milestone?module_item_id=2934644 2 / 2

important because it makes sure that you are familiar with the infrastructure needed to do your
assignments. Try to finish the Milestone before its deadline : The Final part is more complicated.