当前位置:天才代写 > CS代写,CS作业代写考试代考-价格便宜有靠谱 > 并行计算期中代做 并行计算考试代考

并行计算期中代做 并行计算考试代考

2023-11-28 10:55 星期二 所属: CS代写,CS作业代写考试代考-价格便宜有靠谱 浏览:163

CSCI-UA.0480-003 Parallel Computing

Midterm Exam (70 minutes) [50 points]

 

  • All questions in this exam require very short answers [1-2 lines]. You will be penalized for wrong answers as well as unneeded sentences. So, be very specific in your answer.

 

1.[2 points] 

Why speculative execution helps making the best use superscalar capability?

 

2.[2 points]   并行计算期中代做

Suppose we have a four-core machine. Each core has two-way hyperthreading technology. You want to run four processes each of which uses three threads. Does the system need to use multitasking? Justify your answer.

 

3.[4 points] 

State two reasons as to why in shared-memory machines coherence protocol is not enough to take care of critical sections and we still need to use techniques such as locks.

 

4.[2 points]   并行计算期中代做

Can two processes write to the same physical memory address? Justify.

 

5.[2 points]

Can two threads, corresponding to the same process, write to the same physical memory address? Justify.

 

6.[4 points]    并行计算期中代做

For each one of the followingperformance measures, indicate whether that measure is higher is better (H) or lower is better (L)

  • Speedup:
  • CPI:
  • MIPS:
  • Throughput:
  • Efficiency:
  • Response time:
  • Cycle time:
  • Frequency:

 

7.    并行计算期中代做

Assume the following three processes in MPI and the operations they do at each time step of the same program. Also assume that the destination is always process 1 and that the reduction operation is MPI_MAX.

Time Process 0 Process 1 Process 2
0 x = 7; y = 3; x = 3; y = 9; x = 7; y = 5;
1 MPI_Reduce(&x, &y, …) MPI_Reduce(&x, &y, …) MPI_Reduce(&x, &y, …)
2 MPI_Allreduce(&y, &x, …) MPI_Allreduce(&y, &x, …) MPI_Allreduce(&y, &x, …)

 

a. [6 points] Fill in the following table with values of x and y in each process:

After Step 1:

Process 0 Process 1 Process 2
x
y

After Step 2:

Process 0 Process 1 Process 2
x
y

b. [4 points] Can the above code produce wrong result if a process moves to step 2 while the other processes are still in step 1? Justify your answer.

 

8.    并行计算期中代做

Suppose we have the following DAG that represents a program.

Also suppose each task takes the following amount of times:

A 5
B 5
C 2
D 9
E 1
F 5
G 5

a. [1 point] What is the span of that DAG?

b. [1 point] What is the work of that DAG?

c. [3 points] What is the minimum number of cores that we need to get the best performance? Show how you reached that number.

d. [2 points] Given the number of cores that you calculated above, what is the total execution time? Show how you reached this result.

e. [4 points] If you can remove one dependence (i.e. one arrow) only, which one will you remove to get the best performance? And how many cores do you need to get this best performance? Show all the steps that lead to your answer in order to get full credit.

 

9.   并行计算期中代做

Suppose that MPI COMM WORLD consists of three processes: 0,1, and 2. Also suppose the following code is executed (my_rank contains the rank of the executing process):

int x, y, z; 

switch(my_rank) { 

       case 0: 
              x=5; y=7; z=11; 
              MPI_Bcast(&x, 1, MPI_INT, 0, MPI_COMM_WORLD); 
              MPI_Bcast(&z, 1, MPI_INT, 1, MPI_COMM_WORLD); 
              break; 
       case 1: 
              x=2; y=4; z=6; 
              MPI_Bcast(&y, 1, MPI_INT, 0, MPI_COMM_WORLD); 
              MPI_Send(&y, 1, MPI_INT, 2, 43, MPI_COMM_WORLD); 
              MPI_Bcast(&y, 1, MPI_INT, 1, MPI_COMM_WORLD); 
              break; 
       case 2: 
              x=1; y=3; z=5; 
              MPI_Bcast(&z, 1, MPI_INT, 0, MPI_COMM_WORLD); 
              MPI_Recv(&x, 1, MPI_INT, 1, 43, MPI_COMM_WORLD, &status); 
              MPI_Bcast(&y, 1, MPI_INT, 1, MPI_COMM_WORLD); 
              break; 
       } 

a. [9 points] What will be the values of x, y, and z for each of the 3 processes after executing the above code?

b. [4 points] If we execute the above code withmpiexec -n 4 what will happen? Explain your answer.

并行计算期中代做
并行计算期中代做

 

 

更多代写:cs澳洲网课代做  雅思助考  英国建筑学代考   澳洲市场营销论文代写  澳洲网课全包  并行计算考试代考

合作平台:essay代写 论文代写 写手招聘 英国留学生代写

 

天才代写-代写联系方式