CAM
|
Modules | |
module | thread_mod |
Functions/Subroutines | |
integer function, public | thread_mod::omp_get_thread_num () |
integer function, public | thread_mod::omp_get_num_threads () |
logical function, public | thread_mod::omp_in_parallel () |
subroutine, public | thread_mod::omp_set_num_threads (NThreads) |
integer function, public | thread_mod::omp_get_max_threads () |
integer function, public | thread_mod::omp_get_nested () |
Variables | |
integer, public | thread_mod::nthreads |
integer, public | thread_mod::hthreads |
integer, public | thread_mod::vthreads = 1 |