Current default set of compilers is the Sun Forte Developer 6 update 1 version. The suite includes the following compilers
| Language | Compiler command with standard optimizations |
| C | cc -fast -xarch=v8plusa |
| C++ | CC -fast -xarch=v8plusa |
| Fortan 77 | f77 -fast -xarch=v8plusa |
| Fortan 90 | f90 -fast -xarch=v8plusa |
Note:Use the above flags when linking as well as compiling to maximize benefit
-xhelp=flags and
-xhelp=readme) /opt/SUNWspro/READMEs
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
For additional help, contact Henrik Löf, henlof@tdb.uu.se
Back to Albireo home page