comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: load sharing on multiple machines?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: load sharing on multiple machines? [message #28874 is a reply to message #28872] Thu, 17 January 2002 20:34 Go to previous messageGo to previous message
Mark Rivers is currently offline  Mark Rivers
Messages: 49
Registered: February 2000
Member
Michael A. Miller <mmiller3@iupui.edu> wrote in message
news:87sn9469qq.fsf@lumen.med.iupui.edu...
> Thanks for the feedback, Mark. Our main systems also have
> dual-CPU slots, although we haven't yet filled the second one.
> Do you have any ball-park numbers for how much IDL performance
> improvement you see when you use two instead of one processors?

I just ran a test on Linux
IDL> a = findgen(1000,1000)
IDL> b = findgen(1000,1000)+1.
IDL> for i=0,1000 do c=a/b

I monitored the system performance with "top". Both CPUs went from 1% busy
to 100% busy, indicating that IDL is using both CPUs effectively.

On the other hand:
IDL> for i=0,100 do c=fft(a,1)
the sum of the 2 CPUs busy was about 120%, indicating that it's not using
both CPUs very well.

My observations on Windows are consistent with this, some operations fully
utilize both CPUs, some don't.

Mark
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Working with 2 partially overlapping images of different array sizes
Next Topic: Re: Turning off math error checking for a code block

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 20:10:31 PDT 2025

Total time taken to generate the page: 0.37875 seconds