Igor and Multi-Core Processors
meyerzh
I poked around a little and couldn't find anything related to my problem, so I'll apologize if I ask something really dumb. It seems that Igor makes no use of additional processor cores? We have Igor running some lengthy data analysis routines on an Intel core 2 quad, and the total load of the computer is only 25%. Is there a simple way to include the other cores into the calculations? The code could be easily made parallel, since the same computation has to be done for every pixel in a sequence of images.
Thanks for any suggestions
Frank
From the command line, execute these two commands for more information:
DisplayHelpTopic "ThreadSafe Functions and Multitasking"
June 26, 2008 at 12:05 pm - Permalink
DisplayHelpTopic "Multithreaded Curve Fits"
Also, the MatrixOp operation has some multi-threading capability. See the /NTHR flag in MatrixOp.
June 26, 2008 at 04:58 pm - Permalink
Frank
July 1, 2008 at 11:25 am - Permalink