Next:
GOMP_CPU_AFFINITY
, Previous:
OMP_WAIT_POLICY
, Up:
Environment Variables
3.9
OMP_PROC_BIND
– Whether theads may be moved between CPUs
Description
:
Specifies whether threads may be moved between processors. If set to
true
, OpenMP theads should not be moved, if set to
false
they may be moved.
See also
:
GOMP_CPU_AFFINITY
Reference
:
OpenMP specifications v3.1
, sections 4.4