aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/spbench/CMakeLists.txt
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
|
* 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.
* 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
|
* add SparseLU in sparse benchGravatar Desire NUENTSA2012-09-10
|
* Add tutorial for sparse solversGravatar Desire NUENTSA2012-09-07
|
* Add support for Metis fill-reducing ordering ; it is generally more ↵Gravatar Desire NUENTSA2012-08-06
| | | | efficient than COLAMD ordering
* Add exception handler to memory allocationGravatar Desire NUENTSA2012-07-19
|
* Build process...Gravatar Desire NUENTSA2012-06-13
|
* add a benchmark routine for all sparse linear solvers in EigenGravatar Desire NUENTSA2012-03-29