11.1 Implementation-defined ICV Initialization

affinity-format-varSee OMP_AFFINITY_FORMAT – Set the format string used for affinity display.
def-allocator-varSee OMP_ALLOCATOR – Set the default allocator.
max-active-levels-varSee OMP_MAX_ACTIVE_LEVELS – Set the maximum number of nested parallel regions.
dyn-varSee OMP_DYNAMIC – Dynamic adjustment of threads.
nthreads-varSee OMP_NUM_THREADS – Specifies the number of threads to use.
num-devices-varNumber of non-host devices found by GCC’s run-time library
num-procs-varThe number of CPU cores on the initial device, except that affinity settings might lead to a smaller number. On non-host devices, the value of the nthreads-var ICV.
place-partition-varSee OMP_PLACES – Specifies on which CPUs the threads should be placed.
run-sched-varSee OMP_SCHEDULE – How threads are scheduled.
stacksize-varSee OMP_STACKSIZE – Set default thread stack size.
thread-limit-varSee OMP_TEAMS_THREAD_LIMIT – Set the maximum number of threads imposed by teams
wait-policy-varSee OMP_WAIT_POLICY – How waiting threads are handled and GOMP_SPINCOUNT – Set the busy-wait spin count