-
Notifications
You must be signed in to change notification settings - Fork 579
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge Pull Request #10406 from kyungjoo-kim/Trilinos/tacho-refactor
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Tacho structure symmetric LU solver for CPU and GPU PR Author: kyungjoo-kim
- Loading branch information
Showing
381 changed files
with
84,485 additions
and
23,878 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
SET(LIB_REQUIRED_DEP_PACKAGES Kokkos) | ||
SET(LIB_OPTIONAL_DEP_PACKAGES) | ||
SET(TEST_REQUIRED_DEP_PACKAGES Kokkos KokkosAlgorithms Gtest) | ||
SET(TEST_REQUIRED_DEP_PACKAGES Kokkos KokkosAlgorithms) | ||
SET(TEST_OPTIONAL_DEP_PACKAGES) | ||
SET(LIB_REQUIRED_DEP_TPLS) | ||
SET(LIB_OPTIONAL_DEP_TPLS METIS Scotch Cholmod HWLOC HYPRE MKL LAPACK BLAS Pthread QTHREAD VTune CUSOLVER CUSPARSE CUBLAS CUDA) | ||
SET(LIB_OPTIONAL_DEP_TPLS METIS HWLOC HYPRE MKL LAPACK BLAS Pthread QTHREAD VTune CUSOLVER CUSPARSE CUBLAS CUDA) | ||
SET(TEST_REQUIRED_DEP_TPLS BLAS LAPACK) | ||
SET(TEST_OPTIONAL_DEP_TPLS METIS HWLOC Cholmod MKL LAPACK BLAS Pthread QTHREAD CUSOLVER CUSPARSE CUBLAS CUDA) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.