LabVIEW Multicore Analysis and Sparse Matrix Toolkit API Reference

Content Type
Programming Language
Current manual

Thread Management VIs

Thread Management VIs

Owning Palette: Multicore Analysis and Sparse Matrix VIs

Requires: Multicore Analysis and Sparse Matrix Toolkit. This topic might not match its corresponding palette in LabVIEW depending on your operating system, licensed product(s), and target.

Use the Thread Management VIs to manage the maximum number of threads in parallelism.

Palette ObjectDescription
Get Number of ThreadsGets the maximum number of threads available for parallelism.
Set Number of ThreadsSets the maximum number of threads for parallelism. LabVIEW does not guarantee that the number of threads you set is used in calculations. The actual number of threads that LabVIEW uses depends on the problem size, system resources, and other considerations. By default, the Multicore Analysis and Sparse Matrix VIs use the number of physical cores as the maximum number of threads unless you specify a smaller number.
Was this information helpful?