Skip to content

Integrates a function in a distributed environment using MPI

Notifications You must be signed in to change notification settings

niladri18/trapezoidal_mpi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Integration using trapezoidal rule

This program computes the integral of a well-behaved function using trapezoidal rule. The computation is done in parallel using MPI.

Implementation

To compile the code, user needs to make sure that MPI module is installed and loaded. Depending on the cluster, the Makefile should be modified.