SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
LIB
XRD44
utilities
get_max_threads.F90
Go to the documentation of this file.
1
FUNCTION
get_max_threads
()
RESULT
(IMAXT)
2
USE
parkind1
,ONLY
:
jpim
3
USE
oml_mod
, ONLY
:
oml_max_threads
4
IMPLICIT NONE
5
INTEGER(KIND=JPIM)
:: IMAXT
6
imaxt = 1
7
!$ imaxt = OML_MAX_THREADS()
8
END FUNCTION
get_max_threads
parkind1::jpim
integer, parameter jpim
Definition:
parkind1.F90:13
get_max_threads
integer(kind=jpim) function get_max_threads()
Definition:
get_max_threads.F90:2
parkind1
Definition:
parkind1.F90:1
oml_mod::oml_max_threads
integer(kind=jpim) function, public oml_max_threads()
Definition:
oml_mod.F90:256
oml_mod
Definition:
oml_mod.F90:1
Generated on Tue Jan 16 2018 16:23:22 for SURFEX v8.1 by
1.8.13