omp_set_dynamic
void omp_set_dynamic (int dynamicThreads);
Purpose
LabWindows/CVI does not support dynamic adjustment of the number of threads. This function is provided for compatiblity reasons should you choose to port your code to another OpenMP-compatible compiler. Calling this function has no effect in LabWindows/CVI.
![]() |
Note The OpenMP Run-Time Library is available only in the LabWindows/CVI Full Development System. |
Binding thread set: encountering thread
Parameters
Input | ||
Name | Type | Description |
dynamicThreads | int | LabWindows/CVI ignores this parameter. |
Return Value
None.
Additional Information
Library: OpenMP Run-Time Library
Include file: omp.h
LabWindows/CVI compatibility: LabWindows/CVI 2013 and later