Compaq Fortran for Tru64 UNIX Alpha Systems V5.4

otssetnumthreads (3f)


Syntax

  interface
     subroutine otssetnumthreads ( number_of_threads )
     !dec$ alias otssetnumthreads, '_OtsSetNumThreads'
     integer number_of_threads
     !dec$ attributes, value :: number_of_threads
     end subroutine otssetnumthreads
  end interface
  integer num_threads
  call otssetnumthreads ( num_threads )

Description

  This routine is equivalent to omp_set_num_threads.

See Also

  otsgetnumthreads(3f), omp_set_num_threads(3f)