forked from trilinos/Trilinos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: Kokkos: Remove TriBITS subpackages (trilinos#11545)
- Loading branch information
1 parent
f1408d2
commit 8f93097
Showing
11 changed files
with
10 additions
and
62 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,7 @@ | ||
|
||
|
||
KOKKOS_SUBPACKAGE(Algorithms) | ||
|
||
IF (NOT Kokkos_INSTALL_TESTING) | ||
ADD_SUBDIRECTORY(src) | ||
ENDIF() | ||
# FIXME_OPENACC: temporarily disabled due to unimplemented features | ||
IF(NOT ((KOKKOS_ENABLE_OPENMPTARGET OR KOKKOS_ENABLE_OPENACC) AND KOKKOS_CXX_COMPILER_ID STREQUAL NVHPC)) | ||
KOKKOS_ADD_TEST_DIRECTORIES(unit_tests) | ||
ENDIF() | ||
|
||
KOKKOS_SUBPACKAGE_POSTPROCESS() | ||
|
||
|
This file was deleted.
Oops, something went wrong.
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,10 +1,6 @@ | ||
TRIBITS_PACKAGE_DEFINE_DEPENDENCIES( | ||
SUBPACKAGES_DIRS_CLASSIFICATIONS_OPTREQS | ||
#SubPackageName Directory Class Req/Opt | ||
# | ||
# New Kokkos subpackages: | ||
Core core PS REQUIRED | ||
Containers containers PS OPTIONAL | ||
Algorithms algorithms PS OPTIONAL | ||
Simd simd PT OPTIONAL | ||
LIB_OPTIONAL_TPLS Pthread CUDA HWLOC DLlib | ||
TEST_OPTIONAL_TPLS CUSPARSE | ||
) | ||
|
||
TRIBITS_TPL_TENTATIVELY_ENABLE(DLlib) |
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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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,10 +1,5 @@ | ||
|
||
KOKKOS_SUBPACKAGE(Simd) | ||
|
||
IF (NOT Kokkos_INSTALL_TESTING) | ||
ADD_SUBDIRECTORY(src) | ||
ENDIF() | ||
|
||
KOKKOS_ADD_TEST_DIRECTORIES(unit_tests) | ||
|
||
KOKKOS_SUBPACKAGE_POSTPROCESS() |
This file was deleted.
Oops, something went wrong.