LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Clone Execution

I need to run 4 clones of vi. How to execute each clone in different processor in a quad machine?

 

Kindly provide any ideas for this implementation. Is this possible?

 

Thanks in advance.

Siba

0 Kudos
Message 1 of 2
(2,150 Views)

You don't need to worry about this.

 

If you have four clones of a reentrant VI and they all run at the same time with significant CPU use, LabVIEW will automatically use all available cores. Of course there are also other processes that need CPU (e.g. the UI thread and anything else running on the PC), so it is impossible to fully dedicate any one core to any specific subVI anyway.

 

What do the VIs do? What is your concern?

0 Kudos
Message 2 of 2
(2,141 Views)