quad_openmp_test, a C++ code which calls quad_openmp(), which estimates an integral by using an averaging technique, and uses OpenMP to carry out the calculation in parallel.
The computer code and data files described and made available on this web page are distributed under the MIT license
quad_openmp, a C++ code which applies a quadrature rule to estimate an integral over a 1D interval, using OpenMP for parallel execution.