| Helix Systems > Applications | |
Program Tools |
|
Vector Compilers The C and FORTRAN compilers offer automatic vectorization and parallelization of code to make efficient use of the vector and multiprocessor features. Type man cc (-pca), man CC (-pca) or man f90 (-pfa) for details. SGI's man page on Automatic Parallelization and how to achieve it.
SCSL (Scientific Computing Software Library) - a
collection of high-performance routines that provide support
for mathematical and numerical techniques used in scientific
and technical computing. Included in SCSL are:
Message-Passing Interface (MPI) MPI is a library specification for message-passing, designed for high performance on both massively parallel machines and on workstation clusters. |
|