Skip to content

Commit

Permalink
Tpetra: Remove duplication from removal of Kokkos subpackages (trilin…
Browse files Browse the repository at this point in the history
…os#11545, trilinos#11808)

This duplication resulted from running a simple automated script that created
a commit in PR trilinos#11808.
  • Loading branch information
bartlettroscoe authored and JacobDomagala committed Aug 4, 2023
1 parent 4c05a7b commit 59d67eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 0 additions & 2 deletions packages/tpetra/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ SET(Tpetra_MACHINE_XML_FILE_DIR
GLOBAL_SET(HAVE_TPETRACORE_TEUCHOSKOKKOSCOMPAT ON)
GLOBAL_SET(HAVE_TPETRACORE_TEUCHOSKOKKOSCOMM ON)
GLOBAL_SET(HAVE_TPETRACORE_KOKKOS ON)
GLOBAL_SET(HAVE_TPETRACORE_KOKKOS ON)
GLOBAL_SET(HAVE_TPETRACORE_KOKKOS ON)

TRIBITS_ADD_OPTION_AND_DEFINE(
${PACKAGE_NAME}_ENABLE_SS_TESTING
Expand Down
9 changes: 1 addition & 8 deletions packages/tpetra/core/cmake/TpetraCore_config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
#cmakedefine HAVE_TPETRA_MMM_TIMINGS
#cmakedefine HAVE_TPETRA_DISTRIBUTOR_TIMINGS

/* Define when enabling KokkosCore in Tpetra */
/* Define when enabling Kokkos in Tpetra */
#cmakedefine HAVE_TPETRACORE_KOKKOS
#ifdef HAVE_TPETRACORE_KOKKOS
// For backwards compatibility
Expand All @@ -95,13 +95,6 @@
# define HAVE_TPETRA_KOKKOSCOMPAT
#endif // HAVE_TPETRACORE_TEUCHOSKOKKOSCOMPAT

/* Define when enabling KokkosContainers in TpetraCore */
#cmakedefine HAVE_TPETRACORE_KOKKOS
#ifdef HAVE_TPETRACORE_KOKKOS
// For backwards compatibility
# define HAVE_TPETRA_KOKKOS
#endif // HAVE_TPETRACORE_KOKKOS

/* Define when enabling KokkosComm in TpetraCore */
#cmakedefine HAVE_TPETRACORE_TEUCHOSKOKKOSCOMM
#ifdef HAVE_TPETRACORE_TEUCHOSKOKKOSCOMM
Expand Down

0 comments on commit 59d67eb

Please sign in to comment.