LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW Parallel For Loop and OpenMP

Solved!
Go to solution

Hello:

 

This is just a curious post, I just learned about OpenMP and I found that OpenMP helps you to parallelize for loops in language C in much the same way as you can use the Parallel For Loop in LabVIEW.

 

Is the LabVIEW Parallel For Loop implemented under the hood using OpenMP? Or this is just a coincidence?



Robst - CLD

Using LabVIEW since version 7.0


0 Kudos
Message 1 of 3
(3,163 Views)
Solution
Accepted by topic author Robst

No, LabVIEW's parallel for loop is not implemented under the hood using OpenMP. You might be interested to read this article about the modern advancements in the LabVIEW compiler architecture. Most notably in this case, it is the DFIR technology discussed there which facilitates parallel for loop transformations.

Jarrod S.
National Instruments
Message 2 of 3
(3,144 Views)

Thanks Jarrod, very informative. Interesting stuff in that article!

 

Regards!

 

Robst.



Robst - CLD

Using LabVIEW since version 7.0


0 Kudos
Message 3 of 3
(3,129 Views)