CS370 Lab Assignment #4a (Programming in a Cluster)

 

Rewrite Lab 1. 

Use the parent process to add the three terms and output the determinant. (Use MPI_REDUCE)

 

 

 

CS370 Lab Assignment #4b (Programming in a Cluster)

 

Rewrite the above program without using MPI_REDUCE and using

MPI_SEND and MPI_RCIEVE.