Writing Programs for Albireo

Single processor programs

Current default set of compilers is the Sun Forte Developer 6 update 1 version. The suite includes the following compilers

LanguageCompiler command with standard optimizations
Ccc -fast -xarch=v8plusa
C++CC -fast -xarch=v8plusa
Fortan 77f77 -fast -xarch=v8plusa
Fortan 90f90 -fast -xarch=v8plusa

Note:Use the above flags when linking as well as compiling to maximize benefit

Various sources of information

External links

Old compilers

Important notices

The -xarch=v8plusa flag has to be used with WildFire when compiling.

The default compiler suffers from bad OpenMP performance, see the sections on OpenMP programming

Multiprocessor programs

For additional help, contact Henrik Löf, henlof@tdb.uu.se

Back to Albireo home page


HPC utvecklingskonto
Last modified: Fri Apr 20 16:42:29 MET DST 2001