Choice of binary-compatible default or STLport standard Library with C++
STLport is a common standard template library now natively supported in
the compilers. This saves developers time and can result in increased
performance.
OpenMP C++ v1.0 API support - A new standard, popular in technical
computing, for multi-process programming. This enables developers to write
highly parallel C++ applications without having to write explicit threading
calls.
OpenMP Fortran 2.0 API support - Enables use of Fortran 90 array syntax.
Fortran 2000 standard - Early support for key features emerging in the
nascent Fortran 2000 standard.