Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drkwitht/mpi-any-function-rect-rule

C++ MPI program for rectangle sum of some user-entered functions.
https://github.com/drkwitht/mpi-any-function-rect-rule

cpp20 integral-approximation mpi-parallelization parsing

Last synced: 23 days ago
JSON representation

C++ MPI program for rectangle sum of some user-entered functions.

Awesome Lists containing this project

README

        

# README

### Brief:
A MPI C++ project for doing numeric integral approximation with the rectangle rule, but with a twist: For a range of user-entered functions!

### Requirements:
- Git
- CMake 3.16+
- A C++ MPI compiler e.g `mpicxx`, etc.
- The `mpi.h` AKA the MPI library header.

### Sample Output:

![Sample Program Output](./My_Integral_Test.png?raw=true "Title")

### Check by Desmos Result:

![Sample Desmos Output](./Desmos_Pure_Integral.png?raw=true "Title")