Skip to content
Commit 4bdf35f7 authored by Alex Duran's avatar Alex Duran
Browse files

Implemented the following OpenMP API routines (see #132):

 * omp_get_num_threads
 * omp_set_num_threads
 * omp_get_thread_num
 * omp_get_max_threads
 * omp_get_nested
 * omp_set_nested
 * omp_get_num_procs
 * omp_in_parallel
 * omp_set_dynamic
 * omp_get_dynamic
 * omp_set_schedule
 * omp_get_schedule
 * omp_get_thread_limit
 * omp_set_max_active_levels
 * omp_get_max_active_levels

They require an OmpData to be associated to WDs which is not yet done.
parent 49ba08e6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment