View on GitHub

IRAF Community Distribution

IRAF maintained by the community

Home | Installation | Packages | X11IRAF | PyRAF | Forum

Parallel Computing Operating Systems for the PC

Robert Emery wrote on Mar 25, 2007

Anyone know of parallel operating systems designed to work with multiple PC processors?

Mike Fitzpatrick wrote on Mar 25, 2007

Any recent linux can do this, just be sure to install the SMP (symmetric multi-processing) version of the kernel.

Eugene Romas wrote on Mar 25, 2007

I have Intel Pentium IV 915. But IRAF used only single CPU's kernel.
What need to do for IRAF use both CPU's kernels?
Linux kernel has compiled with SMP support. Many applications use both CPU's kernels, but IRAF only single... :(
Thanks!

Mike Fitzpatrick wrote on Mar 25, 2007

IRAF processes are not multi-threaded, however the system itself is inherently multi-process. This means that e.g. CCDPROC can't parallelize the processing of a single image, but you can run two instances of CCDPROC to process two images simultaneously. Simply starting the CL means the CL, the x_system.e binary and usually some other binary are all running at the same time, the system will assign these to use the CPUs as needed but rarely will you occupy 100% of both CPUs without running mutiple iraf sessions.

-Mike

Last post on Mar 25, 2007