| Text: | IRIS Power C is a C compiler that enables you to run C programs efficiently on Silicon Graphics multiprocessor systems, including Origin2000, Onyx2, and Origin200, as well as the CHALLENGE and Onyx systems. Power C automatically analyzes sequential code to determine where loops can safely execute in parallel on multiple CPUs, and generates a parallel version of the program automatically. This guide documents the driver options and source directives used to achieve automatic parallelization of a C program. It also documents the use of interprocedural analysis and inlining. |