LAMA
|
Implementation of CSR utilities with OpenMP. More...
#include <lama/openmp/OpenMPCSRUtils.hpp>
#include <lama/LAMAInterface.hpp>
#include <lama/task/TaskSyncToken.hpp>
#include <lama/exception/LAMAAssert.hpp>
#include <boost/bind.hpp>
#include <boost/scoped_array.hpp>
#include <omp.h>
Namespaces | |
namespace | lama |
The namespace lama holds everything of the C++ Library lama. | |
Functions | |
lama::LAMA_LOG_DEF_LOGGER (OpenMPCSRUtils::logger,"OpenMP.CSRUtils") | |
static IndexType | lama::findCol (const IndexType columns[], const IndexType n, const IndexType j, IndexType lastPos) |
Variables | |
static int | lama::minThreads = 3 |
Number of minimal threads for which parallelization is effective. |
Implementation of CSR utilities with OpenMP.