aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/spbench
Commit message (Collapse)AuthorAge
* Eliminate CMake FindPackageHandleStandardArgs warnings.Gravatar Antonio Sanchez2021-02-24
| | | | | | | | | | | | | | | | | CMake complains that the package name does not match when the case differs, e.g.: ``` CMake Warning (dev) at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message): The package name passed to `find_package_handle_standard_args` (UMFPACK) does not match the name of the calling package (Umfpack). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): cmake/FindUmfpack.cmake:50 (find_package_handle_standard_args) bench/spbench/CMakeLists.txt:24 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. ``` Here we rename the libraries to match their true cases.
* Add KLU support to spbenchsolverGravatar Mark Eberlein2020-05-11
|
* Make file formatting comply with POSIX and Unix standardsGravatar Aaron Franke2020-03-23
| | | | UTF-8, LF, no BOM, and newlines at the end of files
* STYLE: Remove CMake-language block-end command argumentsGravatar Hans Johnson2019-10-31
| | | | | | Ancient versions of CMake required else(), endif(), and similar block termination commands to have arguments matching the command starting the block. This is no longer the preferred style.
* MIsc. source and comment typosGravatar luz.paz2018-03-11
| | | | Found using `codespell` and `grep` from downstream FreeCAD
* Fix cmake warningGravatar Gael Guennebaud2017-12-14
|
* Improve cmake scripts for Pastix and BLAS detection.Gravatar Gael Guennebaud2017-04-14
|
* Extend superlu cmake script to check versionGravatar Gael Guennebaud2015-11-30
|
* Fix no newline at end of file warningGravatar Gael Guennebaud2014-04-01
|
* Doc for sparseLUGravatar Desire NUENTSA2012-09-25
|
* Incomplete Cholesky preconditioner... not yet stableGravatar Desire NUENTSA2012-09-11
|
* add SparseLU in sparse benchGravatar Desire NUENTSA2012-09-10
|
* merge Sparse LU branchGravatar Desire NUENTSA2012-09-07
|\
| * Add tutorial for sparse solversGravatar Desire NUENTSA2012-09-07
| |
| * Init perf valuesGravatar Desire NUENTSA2012-09-04
| |
* | Insert XSL styles into output XML filesGravatar Desire NUENTSA2012-09-03
| |
* | Read real and complex bench matrices from a unique folderGravatar Desire NUENTSA W.2012-08-27
| | | | | | | | Output and display bench results using XML and XSLT
| * Add support for Metis fill-reducing ordering ; it is generally more ↵Gravatar Desire NUENTSA2012-08-06
| | | | | | | | efficient than COLAMD ordering
| * Add unit testsGravatar Desire NUENTSA2012-08-03
| |
| * Refactoring codes for numeric updatesGravatar Desire NUENTSA W.2012-07-27
| |
| * correct bug in the complex versionGravatar Desire NUENTSA2012-07-19
| |
| * Add exception handler to memory allocationGravatar Desire NUENTSA2012-07-19
| |
| * Add a draft (not clean ) version of the COLAMD ordering implementationGravatar Desire NUENTSA2012-07-18
| |
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
| |
| * Update Ordering interfaceGravatar Desire NUENTSA2012-07-06
| |
| * Before moving to the new buildingGravatar Desire NUENTSA2012-06-29
| |
* | fix sparse benchmark helpGravatar Gael Guennebaud2012-06-21
| |
| * build complete... almostGravatar Desire NUENTSA2012-06-14
| |
| * Build process...Gravatar Desire NUENTSA2012-06-13
|/
* Add common options to the benchmark interfaceGravatar Desire NUENTSA2012-05-25
|
* Cholmod does not compute a determinantGravatar Desire NUENTSA2012-03-29
|
* add a benchmark routine for all sparse linear solvers in EigenGravatar Desire NUENTSA2012-03-29