Parallelism with OpenMPΒΆ

NVPL Sparse supports parallel execution using OpenMP. The library would comply with OMP-based setting of number of threads (such as omp_set_num_threads() and/or OMP_NUM_THREADS). For sequential execution, the OpenMP number of threads is set to one.