04-16-2008
02:13 AM
- last edited on
07-08-2024
05:33 PM
by
Content Cleaner
Hi Mark-Ren,
on the last LabViewDay in Germany a demonstration vi was shown that compared performance on 1, 2 and 4 cores (and seems to run smoothly...), you can download it here (multicore example, point 3)!
I wrote: "(Overall performance will be better on 8-core as all timed sequences can run in parallel...)" Yes, your code should run faster on an 8-core.
But I meant: In each of your structures you only allow one core. So the pipelined version will run slower than the standard version from (inner sequence) frame 1...
What happens to your code when you run all those processing loops without putting them into timed sequences? All cores can now process all parts of the code, no manual core settings anymore?
04-16-2008
10:13 AM
- last edited on
07-08-2024
05:34 PM
by
Content Cleaner
04-16-2008 04:10 PM
Hi Mark-Ren,
Can you please confirm that your 8-core computer fails in all tests listed below:
8 loops on 8 cores - automatically assigned
8 loops on 8 cores - manually assigned one loop to one core
8 loops on 8 cores - automatically assigned, but manually assigned to each core in the right input node
8 loops on 1 core (core 7 (8th))
7 loops on core 0 and 1 loop on core 1
2 loops per core 0-3 - FAILS after a longer period than the above tests
Thanks in advanced the for the information.
Carla
04-17-2008 07:40 PM
04-18-2008
10:03 AM
- last edited on
07-08-2024
05:34 PM
by
Content Cleaner
Hi Mark-Ren,
This is a known issue that has been brought up to our R&D teams and a Correction Action Request (CAR ID 55660) has been filed.
There are two known workaround for this issue:
If neither of these workarounds are possible for you, then I would suggest calling in/emailing Technical Support and reference this forum post. I hope this helps!
Carla
05-13-2008
05:40 PM
- last edited on
07-08-2024
05:35 PM
by
Content Cleaner
Hello all,
It should be noted this issue is covered extensively in KB 4L6EGCQ0: LabVIEW 8.5.1 Timed Loops Crash on Computers with Four or More Cores. Please contact the Applications Engineering Department with any further questions/comments/concerns.
Cheers.