CAM
thread_mod Module Reference

Functions/Subroutines

integer function, public omp_get_thread_num ()
 
integer function, public omp_get_num_threads ()
 
logical function, public omp_in_parallel ()
 
subroutine, public omp_set_num_threads (NThreads)
 
integer function, public omp_get_max_threads ()
 
integer function, public omp_get_nested ()
 

Variables

integer, public nthreads
 
integer, public hthreads
 
integer, public vthreads = 1
 

Function/Subroutine Documentation

◆ omp_get_max_threads()

integer function, public thread_mod::omp_get_max_threads ( )
Here is the caller graph for this function:

◆ omp_get_nested()

integer function, public thread_mod::omp_get_nested ( )

◆ omp_get_num_threads()

integer function, public thread_mod::omp_get_num_threads ( )
Here is the caller graph for this function:

◆ omp_get_thread_num()

integer function, public thread_mod::omp_get_thread_num ( )
Here is the caller graph for this function:

◆ omp_in_parallel()

logical function, public thread_mod::omp_in_parallel ( )
Here is the caller graph for this function:

◆ omp_set_num_threads()

subroutine, public thread_mod::omp_set_num_threads ( integer  NThreads)
Here is the caller graph for this function:

Variable Documentation

◆ hthreads

integer, public thread_mod::hthreads

◆ nthreads

integer, public thread_mod::nthreads

◆ vthreads

integer, public thread_mod::vthreads = 1