LabVIEW Multicore Analysis and Sparse Matrix Toolkit API Reference

Content Type
Programming Language
Current manual

Get Number of Threads VI

Get Number of Threads VI

Owning Palette: Thread Management VIs

Requires: Multicore Analysis and Sparse Matrix Toolkit

Gets the maximum number of threads available for parallelism.

This VI is not available on real-time operating systems.

Details  

function domain specifies the domain of functions for which the maximum number of threads is available.

0Default (default)—Gets the default maximum number of threads available to all functions.
1Linear Algebra—Gets the maximum number of threads available to linear algebra functions.
2Transform—Gets the maximum number of threads available to transform functions.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
number of threads returns the maximum number of threads available for parallelism in function domain.
error out contains error information. This output provides standard error out functionality.

Get Number of Threads Details

The following table lists the support characteristics of this VI.

Supported on RT targets No

Refer to the Details section in the Set Number of Threads VI for more details about how to set the number of threads available for parallelism.

Was this information helpful?