Adapting code to processor architecture

From HP-SEE Wiki

Revision as of 13:33, 10 April 2012 by Gurov (Talk | contribs)
Jump to: navigation, search

Contents

Using GNU compilers

Using IBM SDK for multicore acceleration

Section IICT-BAS

The configure script or whatever build system is used, must be instructed to use the cross-compiler instead of the standard gcc or other, to perform compilation. Usually, it can be done by setting the environment. IBM XL compilers can produce code, specifically optimized for the PPC 450 double-hummer processor of the computing nodes. Only with IBM XL compiler it is possible to use full advantages of BlueGene/P, because it allows the execution of two times more instructions per unit time.

Intel® Parallel Studio XE development suite

Sun Studio

PGI

javac

Personal tools