MPI-integral-approx
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Approximate an integral over a computing cluster using OpenMPI
MPI Integral Approximator
=========================

This software utilizes OpenMPI to compute an integral approximation across
a computing cluster. The integral is split into partitions which are then
mapped to individual nodes. Each node generates a set of threads which 
iteratively approximate the integral using Riemann sums until convergance.

Some functions are built in for testing:
* fn0 - y = 1
* fn1 - y = x
* fn2 - y = x + 5
* fn3 - y = 2 * (x^2) + 9x + 4
* fn4 - y = x * sin(x^2)

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。