LU Decomposition
Description
This application computes the dense LU decomposition of an out-of-core
matrix [1]. This application performs I/O using synchronous
read()/write() operations.
Input Dataset
To drive this application, we used an 8192 x 8192 double precision
matrix (total size 536 MB) with a slab size of 64 columns.
Workload
See above.
Traces
You can download the trace files in the following formats:
References
[1] B. Hendrickson and D. Womble. The torus-wrap mapping for
dense matrix calculations on massively parallel computers .
SIAM J. Sci. Comput., 15(5), September 1994.
Last updated on Tue May 27 12:37:44 EDT 1997
by Mustafa Uysal (uysal@cs.umd.edu ).