*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> f90/omp_nested (3)              
Title
Content
Arch
Section
 

Contents


OMP_NESTED(3)					      Last changed: 2-24-98

NAME    [Toc]    [Back]

     omp_set_nested, omp_get_nested, OMP_SET_NESTED, OMP_GET_NESTED -
     Manipulates or reports status of nested parallelism

SYNOPSIS    [Toc]    [Back]

     C/C++: (Deferred implementation)
	  #integer <omp_set_nested>
	  void omp_set_nested(integer-expression)

     Fortran:
	  CALL OMP_SET_NESTED(logical-expression)

IMPLEMENTATION    [Toc]    [Back]

     IRIX systems

STANDARDS    [Toc]    [Back]

     OpenMP Fortran API

DESCRIPTION    [Toc]    [Back]

     Fortran differences are noted in parentheses in the following
     descriptions.

     omp_set_nested, OMP_SET_NESTED
	  This procedure enables or disables nested parallelism.

     If	integer-expression (logical-expression)	evaluates to zero (FALSE),
     which is the default, nexted parallelism is disabled and nested
     parallel regions are seialized and	executed by the	current	thread.	 If
     set to non-zero (TRUE), nested parallelism	is enabled and parallel
     regions that are nested may deploy	additional threads to form the
     team.  This call has precedence over the OMP_NESTED environment
     variable.	When nested parallelism	is enabled, the	number of threads
     used to execute the nested	parallel regions are implementation
     dependent.	 As a result, implementations that are compliant to OpenMP
     are allowed to serialize nested parallel regions even when	nested
     parallelism is enabled.

ENVIRONMENT VARIABLES    [Toc]    [Back]

     OMP_NESTED
	  This variable	enables	or disables nested parallelism.	 If set	to
	  TRUE,	nested parallelism is enabled; if it is	set to FALSE, it is
	  disabled.  The default value is FALSE.

SEE ALSO    [Toc]    [Back]

      
      
     omp_lock(3) on how	to manipulate locks

     omp_threads(3) for	runtime	library	procedures used	to set,	call or
     return numbers of threads

     This man page is available	only online.
[ Back ]
 Similar pages
Name OS Title
ipcs Tru64 Reports Interprocess Communication (IPC) facility status
pthread_exc_report_np Tru64 Produces a message that reports what a specified DECthreads status exception object represents
uustat Tru64 Reports status of and provides job control for remote file transfer requests and other operations
Xnest Tru64 a nested X server
perlref IRIX Perl references and nested data structures
perlref OpenBSD Perl references and nested data structures
tar Tru64 Manipulates tape archives
dcecp_utc HP-UX A dcecp object that manipulates UTC timestamps
sigemptyset Tru64 Create and manipulates signal masks
sigfillset Tru64 Create and manipulates signal masks
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service