Compaq Fortran for Tru64 UNIX Alpha Systems V5.4

omp_get_dynamic (3f)


Syntax

  interface
     logical function omp_get_dynamic ( )
     end function omp_get_dynamic
  end interface
  logical result
  result = omp_get_dynamic ( )

Return Values

  This function returns TRUE if dynamic thread adjustment is enabled;
  otherwise, it returns FALSE. The function always returns FALSE if dynamic
  adjustment of the number of threads is not implemented.

See Also

  omp_set_dynamic(3f), omp_set_num_threads(3f)