Compaq Fortran for Tru64 UNIX Alpha Systems V5.4

omp_get_num_procs (3f)


Syntax

  interface
     integer function omp_get_num_procs ( )
     end function omp_get_num_procs
  end interface
  integer result
  result = omp_get_num_procs ( )

Return Values

  This function returns an integer value indicating the number of processors
  that are available to your program.