SURFEX v8.1
General documentation of Surfex
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
integer, parameter jpim
Definition: parkind1.F90:13
integer(kind=jpim) function get_max_threads()
integer(kind=jpim) function, public oml_max_threads()
Definition: oml_mod.F90:256