Skip to content

Commit

Permalink
Remove libnuma (kokkos#6048)
Browse files Browse the repository at this point in the history
  • Loading branch information
dalg24 committed Apr 12, 2023
1 parent bb845f2 commit 3b1afb5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion cmake/Modules/FindTPLLIBNUMA.cmake

This file was deleted.

2 changes: 0 additions & 2 deletions cmake/kokkos_tpls.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ FUNCTION(KOKKOS_TPL_OPTION PKG DEFAULT)
ENDFUNCTION()

KOKKOS_TPL_OPTION(HWLOC Off)
KOKKOS_TPL_OPTION(LIBNUMA Off)
KOKKOS_TPL_OPTION(MEMKIND Off)
IF(KOKKOS_ENABLE_MEMKIND)
SET(KOKKOS_ENABLE_HBWSPACE ON)
Expand Down Expand Up @@ -77,7 +76,6 @@ IF (NOT KOKKOS_ENABLE_COMPILE_AS_CMAKE_LANGUAGE)
KOKKOS_IMPORT_TPL(CUDA INTERFACE)
ENDIF()
KOKKOS_IMPORT_TPL(HWLOC)
KOKKOS_IMPORT_TPL(LIBNUMA)
KOKKOS_IMPORT_TPL(LIBRT)
KOKKOS_IMPORT_TPL(LIBDL)
KOKKOS_IMPORT_TPL(MEMKIND)
Expand Down

0 comments on commit 3b1afb5

Please sign in to comment.