08-13-2009 10:20 AM
08-13-2009 12:12 PM
Darren wrote:
If you take a loop that has data dependencies between the iterations (i.e. incalculable manipulations of data in shift registers, reading/writing of global values, etc.) and attempt to parallelize it, LabVIEW will actually give you a broken run arrow, indicating that it cannot execute the affected loop in parallel.
Cool.. Okay... now that's smart. And makes sense..
I like the following feature:
And if it can't quite determine whether or not parallelism will affect the execution of certain nodes in the loop, it will give you warnings.