Forum Italiano sui Prodotti NI

annulla
Visualizzazione dei risultati per 
Cerca invece 
Intendevi dire: 

Parallel processing: for loop unfolding

Risolto!
Vai alla soluzione

Hallo,

 

I've a "for" loop runnin on this system:LabVIEW2009, windows7, intel i7.

I wonder if and how I can tell to LabVIEW that it would be allowd to execute the different iterations of the loop at the same time (in parallel) on my 8 cores processor.

Now it execute the next iteration when it finish the previous one even if is there no dependecies within the iterations. 

I'd like give a "property" to the loop that mean it can be "unfolded" for parallel execution.

 

Thanks

 

Pier

0 Kudos
Messaggio 1 di 2
5.759Visualizzazioni
Soluzione
Accettato da autore argomento Pier Paolo

Hello Pier Paolo,

 

There is a parallel for loop you can use in LabVIEW 2009. You can right click on the for loop and select "Configure Iteration Parallelism..." and set it to execute in parallel.

 

- Mike Benza

-- Mike
0 Kudos
Messaggio 2 di 2
5.756Visualizzazioni