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 |
subroutine modomp::freethd | ( | integer, intent(in) | nthd | ) |
Definition at line 105 of file modomp.f90.
subroutine modomp::holdthd | ( | integer, intent(in) | nloop, |
integer, intent(out) | nthd | ||
) |
Definition at line 77 of file modomp.f90.
subroutine modomp::omp_init |
Definition at line 31 of file modomp.f90.
subroutine modomp::omp_reset |
integer modomp::maxlvl |
Definition at line 17 of file modomp.f90.
integer modomp::maxthd |
Definition at line 11 of file modomp.f90.
integer modomp::maxthd1 |
Definition at line 13 of file modomp.f90.
integer modomp::maxthdmkl |
Definition at line 15 of file modomp.f90.
integer, dimension(:), allocatable, protected modomp::nathd |
Definition at line 19 of file modomp.f90.