HomeSort by relevance Sort by last modified time
    Searched refs:HWLOC (Results 1 - 2 of 2) sorted by null

  /external/eigen/cmake/
FindHWLOC.cmake 11 # - Find HWLOC include dirs and libraries
13 # find_package(HWLOC
14 # [REQUIRED]) # Fail with error if hwloc is not found
16 # This module finds headers and hwloc library.
19 # HWLOC_INCLUDE_DIRS - hwloc include directories
20 # HWLOC_LIBRARY_DIRS - Link directories for hwloc libraries
21 # HWLOC_LIBRARIES - hwloc component libraries to be linked
24 # options at configure (ex: cmake path/to/project -DHWLOC_DIR=path/to/hwloc):
25 # HWLOC_DIR - Where to find the base directory of hwloc
52 set(HWLOC_DIR "" CACHE PATH "Installation directory of HWLOC library"
    [all...]
FindPastix.cmake 21 # - HWLOC
28 # it looks for Threads, HWLOC, BLAS, MPI and ScaLAPACK libraries
195 # PASTIX depends on HWLOC
198 message(STATUS "Looking for PASTIX - Try to detect HWLOC")
201 find_package(HWLOC REQUIRED QUIET)
203 find_package(HWLOC QUIET)
254 # we explicitly need a StarPU version built with hwloc
255 set(STARPU_COMPONENT_LIST "HWLOC")
550 # HWLOC

Completed in 45 milliseconds