summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* New paper directory.HEADmasterAndrea Arteaga2012-10-211-0/+0
|
* Removed old configuration files.Andrea Arteaga2012-10-216-46/+0
|
* Add customizable title to the report. Solve the bug in module arguments.Andrea Arteaga2012-09-276-21/+33
|
* Added initial support for copying the reports at the end (working forAndrea Arteaga2012-09-272-6/+18
| | | local copy).
* Solve bug with void result.Andrea Arteaga2012-09-041-1/+1
|
* Removed useless print in report.Andrea Arteaga2012-09-031-2/+0
|
* Correct axis.Andrea Arteaga2012-09-031-2/+5
|
* Work on reports: smaller legend, smarter labels, errorbars.Andrea Arteaga2012-09-033-40/+35
|
* Merge branch 'master' of ssh://git.overlays.gentoo.org/proj/auto-numerical-benchAndrea Arteaga2012-09-027-185/+192
|\
| * Updated samples.0.2Andrea Arteaga2012-08-287-185/+192
| |
* | Better help message.Andrea Arteaga2012-09-021-18/+15
|/
* Merge branch 'master' of ssh://git.overlays.gentoo.org/proj/auto-numerical-benchAndrea Arteaga2012-08-110-0/+0
|\ | | | | | | | | Conflicts: samples/lapacktests.xml
| * Updated LAPACK sampleAndrea Arteaga2012-08-111-32/+27
| |
* | Updated LAPACK sampleAndrea Arteaga2012-08-111-32/+39
|/
* Insert static modules list and check is requested module exists.Andrea Arteaga2012-08-112-11/+20
|
* Updated manpage.Andrea Arteaga2012-08-111-144/+140
|
* Code for loading module placed in package module. Removed uselessAndrea Arteaga2012-08-112-40/+69
| | | functions in main.
* Updated openblas sample.Andrea Arteaga2012-08-111-90/+94
|
* Solved two important issues.Andrea Arteaga2012-08-082-3/+11
| | | | * In benchconfig curdir was not set up, blocking --directory. * In case of void "operations" tag, xmlinput crashed.
* Input parser, initializations, code cleanup.0.2_beta4Andrea Arteaga2012-08-0614-414/+408
| | | | | | | | | | | | | | The old parser has been removed. Now only xml input is supported. xmlinput now has a class Parser. Module name and arguments are now present in the configuration file. Informations can be retrived separately from the file. benchconfig initialization is now splitted in functions that are called from within main.py. the same happens in benchprint. benchconfig now explicitly defines all the variables. In general, some clean up has been done and some warnings have been suppressed.
* Cleaned modules.Andrea Arteaga2012-08-055-79/+19
|
* Updated openblas sampleAndrea Arteaga2012-08-051-1/+24
|
* Allow different image formats (defaults svg). Rewritten arguments parser.Andrea Arteaga2012-08-043-11/+28
|
* Added "all" operation in blas. Updated blastests sample. Added openblas sample)Andrea Arteaga2012-08-043-29/+85
|
* Included LAPACKe functions prototypes without header.Andrea Arteaga2012-08-042-3/+18
|
* Merge branch 'btloutput'Andrea Arteaga2012-08-040-0/+0
|\
| * Changed BTL init operation output from stderr to stdout. Log stderr ofAndrea Arteaga2012-08-042-12/+35
| | | | | | BTL to a different file.
* | Changed BTL init operation output from stderr to stdout. Log stderr ofAndrea Arteaga2012-08-042-12/+35
| | | | | | BTL to a different file.
* | Initial module lapacke.Andrea Arteaga2012-08-043-2/+50
|/
* New BTL module lapacke.Andrea Arteaga2012-07-295-66/+160
|
* Inserted patched BTL into numbenchAndrea Arteaga2012-06-05118-3/+12971
|
* Updated setup.py.0.2_beta3Andrea Arteaga2012-04-101-4/+19
|
* Added cache information in report.Andrea Arteaga2012-04-101-2/+15
|
* Solved problems with the scalapack module -- working now.Andrea Arteaga2012-04-093-3/+8
|
* Added -c / --clean switch.Andrea Arteaga2012-04-092-1/+13
|
* Environment files under (root)/etc/env.d are interpreted.Andrea Arteaga2012-04-092-1/+98
|
* Added exception handling for starting BTL. Solved portage exception handling.Andrea Arteaga2012-03-302-4/+10
|
* Rewritten man page.Andrea Arteaga2012-03-281-73/+63
|
* Solved BTL clock problem. Added initial (not tested) scalapack new module. ↵0.2_beta2Andrea Arteaga2012-03-236-11/+127
| | | | Solved HTML issues.
* Merge remote branch 'origin/master'Andrea Arteaga2012-03-059-16/+117
|\
| * Added support for FFTW and sample configuration file.Andrea Arteaga2012-03-049-20/+119
| |
* | Renamed HTMLReport, made reports modular.Andrea Arteaga2012-03-054-76/+4
|/
* Moved benchutils and portageutils to utils/.Andrea Arteaga2012-03-017-16/+13
|
* New CBLAS sampleAndrea Arteaga2012-02-291-0/+41
|
* Merge branch 'master' of git://git.overlays.gentoo.org/proj/auto-numerical-benchAndrea Arteaga2012-02-2815-1426/+0
|\
| * Removed useless files and deprecated modules.Andrea Arteaga2012-02-2815-1426/+0
| |
* | Bugs solved.Andrea Arteaga2012-02-282-4/+4
|/
* Restore copy logs and input file.Andrea Arteaga2012-02-271-0/+4
|
* Solved problems with lapack and report. Reordered sample configuration files.Andrea Arteaga2012-02-2711-62/+123
|
* Merge remote branch 'origin/master' into HEAD0.2_beta1Andrea Arteaga2012-02-245-25/+39
|\ | | | | | | | | Conflicts: numbench/report.py