Quantcast
Channel: All LabVIEW posts
Viewing all articles
Browse latest Browse all 202650

Re: How to control parallel threads?

$
0
0

Try wrapping code in a single-iteration FOR loop.  I think that will guide the compiler to multi-thread.

 

As a note to readers, this is something you might do where you know two bits of code will both take a long time, as multi-threading fast code can cost you due to the overhead of multi-threading.


Viewing all articles
Browse latest Browse all 202650

Trending Articles