The Elk Code
 
Loading...
Searching...
No Matches
modomp Module Reference

Data Types

interface  mkl_set_num_threads_local
 

Functions/Subroutines

subroutine omp_init
 
subroutine omp_reset
 
subroutine holdthd (nloop, nthd)
 
subroutine freethd (nthd)
 

Variables

integer maxthd
 
integer maxthd1
 
integer maxthdmkl
 
integer maxlvl
 
integer, dimension(:), allocatable, protected nathd
 

Function/Subroutine Documentation

◆ freethd()

subroutine modomp::freethd ( integer, intent(in)  nthd)

Definition at line 105 of file modomp.f90.

◆ holdthd()

subroutine modomp::holdthd ( integer, intent(in)  nloop,
integer, intent(out)  nthd 
)

Definition at line 77 of file modomp.f90.

◆ omp_init()

subroutine modomp::omp_init

Definition at line 31 of file modomp.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ omp_reset()

subroutine modomp::omp_reset

Definition at line 70 of file modomp.f90.

Here is the caller graph for this function:

Variable Documentation

◆ maxlvl

integer modomp::maxlvl

Definition at line 17 of file modomp.f90.

◆ maxthd

integer modomp::maxthd

Definition at line 11 of file modomp.f90.

◆ maxthd1

integer modomp::maxthd1

Definition at line 13 of file modomp.f90.

◆ maxthdmkl

integer modomp::maxthdmkl

Definition at line 15 of file modomp.f90.

◆ nathd

integer, dimension(:), allocatable, protected modomp::nathd

Definition at line 19 of file modomp.f90.