Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 235 Bytes

File metadata and controls

6 lines (5 loc) · 235 Bytes

Parallel Processing

MPI Message-Passing Program An SPMD program computing foo(i) Supposing there are N number of integers, foo(i) does the computation of i*i, then all these results are accumulated into a total sum