SGI Power Challenge compiler test (matrix
multiplication with basic optimization options, including
multi-threaded execution on up to 6 processors). Work in progress.
Sun Enterprise compiler tests (matrix
multiplication with basic optimization options), including
the US compiler group tuning of my simple test reaching
a record 89% efficiency.
New CFHHM benchmark
on SGI Power Challenge and Sun Enterprise 4500 (single threaded).
Work in progress.
Parallelization and optimization
Parallelization of the CFHHM code. Elegant parallelization
by moving the innermost "vector" loop to become the outermost
"parallel" loop, based on mathematical insight, and using a single
compiler parallelization directive.