omp_set_nested
void omp_set_nested (int nested);
Purpose
LabWindows/CVI does not support nested parallelism. This function is provided for compatiblity reasons should you choose to port your code to another OpenMP-compatible compiler. This function always returns FALSE 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 |
nested | int | Always returns FALSE in LabWindows/CVI. |
Return Value
None.
Additional Information
Library: OpenMP Run-Time Library
Include file: omp.h
LabWindows/CVI compatibility: LabWindows/CVI 2013 and later