omp_lib_kinds.h

Go to the documentation of this file.
00001 c    from OpenMP 3.0 D.2 p 304: Interface Declaration
00002       integer     omp_lock_kind
00003       parameter ( omp_lock_kind = 8 )
00004       integer     omp_nest_lock_kind
00005       parameter ( omp_nest_lock_kind = 8 )
00006 
00007       integer     omp_sched_kind
00008       parameter ( omp_sched_kind = 4)
00009 
00010       integer   ( omp_sched_kind ) omp_sched_static
00011       parameter ( omp_sched_static = 1 )
00012       integer   ( omp_sched_kind ) omp_sched_dynamic
00013       parameter ( omp_sched_dynamic = 2 )
00014       integer   ( omp_sched_kind ) omp_sched_guided
00015       parameter ( omp_sched_guided = 3 )
00016       integer   ( omp_sched_kind ) omp_sched_auto
00017       parameter ( omp_sched_auto = 4 )

Generated on Sat May 19 00:53:06 2012 for ROSE by  doxygen 1.4.7