summaryrefslogtreecommitdiff
path: root/btl
Commit message (Collapse)AuthorAgeFilesLines
* Included LAPACKe functions prototypes without header.Andrea Arteaga2012-08-041-3/+14
|
* Changed BTL init operation output from stderr to stdout. Log stderr ofAndrea Arteaga2012-08-041-3/+3
| | | BTL to a different file.
* New BTL module lapacke.Andrea Arteaga2012-07-295-66/+160
|
* Inserted patched BTL into numbenchAndrea Arteaga2012-06-05116-0/+12950
|
* Removed btl.Andrea Arteaga2011-08-06108-11430/+0
|
* Added lapack_accuracy module.Andrea Arteaga2011-08-055-5/+41
|
* Added 3-dim FFTW.spiros2011-08-034-3/+120
|
* Continue mergingspiros2011-08-022-1/+67
|
* Merge last week's changes:spiros2011-08-0211-49/+232
| | | | | * PBLAS/ScaLAPACK tests * BTL changes * Dependency resolution
* Added SVD decomposition. Work on eigenvalues action and mat-vecspiros2011-07-246-47/+214
| | | multiply.
* Added working QR decomposition; added working symm_ev (but some negativespiros2011-07-237-10/+293
| | | MFlops).
* Added cholesky. Solved some issues.spiros2011-07-236-27/+180
|
* Added support for parallel LU decomposition in the PBLAS module. Muchspiros2011-07-229-45/+196
| | | work on the distributed memory framework.
* Added 2D FFTW tests. Much work around FFTW.spiros2011-07-2112-389/+330
|
* Updated much of the parallel BTL. Added first version of (almostspiros2011-07-1911-79/+235
| | | working) pblas/scalapck python module.
* Support for result checking in parallel matrix-vector. It works!spiros2011-07-194-18/+58
|
* Much work on distributed-memory BTL.spiros2011-07-186-105/+204
|
* Initial work on distributed-memory benchmarks.spiros2011-07-1713-11/+720
|
* Removed tree for inclusion in proj/sci.spiros2011-07-1385-0/+9329
|
* Introduced portage tree.spiros2011-07-0192-9412/+0
|
* Removed useless btl/libs/subdirectories.spiros2011-06-1528-2068/+0
|
* Bugfix. Script now is directory-independent.spiros2011-06-152-13/+13
|
* Work on BTL LAPACK interface and test suite.spiros2011-06-156-6/+150
|
* BTL-based lapack test begin. general_solve (xgesv) and least_squaresspiros2011-06-136-11/+364
| | | (xgels) implemented. Written main.cpp (not tested).
* Finishing yesterday's commit.Andrea Arteaga2011-06-091-0/+79
|
* Input from file added. Finished CBLAS suite. Added Base module for BLAS and ↵spiros2011-06-093-115/+69
| | | | | | CBLAS. Support for selecting single tests. Modified BTL main.cpp. Many bugs solved. Porting to subprocess almost finished.
* Many important changes. Added modified version of btl. Created module blas.spiros2011-06-03113-0/+10950