Open MP Template Library 20080511 (Default branch) |
|
|
The OMPTL reimplements the algorithmic and numeric
parts of the Standard Template Library of C++ to
take advantage of parallel computing hardware such
as Dual-Core and HyperThreading processors. The
parallelization is done with the OpenMP API. The
range of data is partitioned, and then the
computation is executed in parallel.
License: GNU Lesser General Public License (LGPL)
Changes:
This release improves transparency and removes the use of -DOMPTL_OFF in favor of automatic detection of OpenMP.
|