Skip to content

Commit

Permalink
Kokkos: Mark HWLOC as a TriBITS TPL as well (#11938)
Browse files Browse the repository at this point in the history
It was reported by a Trilinos user in #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 59c2e4d commit 6bffd44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kokkos/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(LIBNUMA Off)
KOKKOS_TPL_OPTION(MEMKIND Off)
IF(KOKKOS_ENABLE_MEMKIND)
Expand Down

0 comments on commit 6bffd44

Please sign in to comment.