Skip to content

Commit

Permalink
Kokkos: Mark HWLOC as a TriBITS TPL as well (trilinos/Trilinos#11938)
Browse files Browse the repository at this point in the history
It was reported by a Trilinos user in trilinos/Trilinos#11938 that after
removing Kokkos subpackages that their build of Trilinos failed and by marking
'HWLOC' as a TriBITS TPL this fixed the problem.  HWLOC has always been a
TriBITS TPL so it is not quite clear how this worked before this.
  • Loading branch information
bartlettroscoe committed Jun 1, 2023
1 parent ab6f756 commit 9df5a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/kokkos_tpls.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ FUNCTION(KOKKOS_TPL_OPTION PKG DEFAULT)
ENDIF()
ENDFUNCTION()

KOKKOS_TPL_OPTION(HWLOC Off)
KOKKOS_TPL_OPTION(HWLOC Off TRIBITS HWLOC)
KOKKOS_TPL_OPTION(MEMKIND Off)
IF(KOKKOS_ENABLE_MEMKIND)
SET(KOKKOS_ENABLE_HBWSPACE ON)
Expand Down

0 comments on commit 9df5a01

Please sign in to comment.