Re: Question about running ImageJ on a multi-CPU workstation....
Posted by Wayne Rasband on May 13, 2006; 11:05pm
URL: http://imagej.273.s1.nabble.com/Question-about-running-ImageJ-on-a-multi-CPU-workstation-tp3702722p3702723.html
> How does Image J run on multi-CPU machines? I noticed that on a
> dual-Opteron SUSE10 machine, top only seems to show one CPU being
> tasked whenever an ImageJ task is executed.... (BTW - this really
> isn't that big an issue - the program runs great on this machine -
> I was just curious)
Each ImageJ command, plugin or macro runs on a separate thread. So
try starting a second task, operating on a different image, and see
if both CPUs are used. Also, processing and image display run on
separate threads, so try running a task that continuously displays
images and monitor the CPU usage. Such tasks include live video
capture, stack animation, the built in benchmark
(Plugins>Utilities>Benchmark), or any of Kai Barthel's plugins (3D
Color Inspector, 3D Surface Plot, Volume Viewer).
-wayne