Browse Source

Modify default cmake option.

pull/2/head
HugoZHL 3 years ago
parent
commit
e0fd6f3fc7
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      cmake/config.example.cmake

+ 3
- 3
cmake/config.example.cmake View File

@@ -17,7 +17,7 @@ set(HETU_PS ON)


# whether to compile geometric module (for GNNs) # whether to compile geometric module (for GNNs)
# pybind11(*), metis(*) required # pybind11(*), metis(*) required
set(HETU_GEOMETRIC ON)
set(HETU_GEOMETRIC OFF)


# whether to compile cache module (for PS) # whether to compile cache module (for PS)
# to enable this, you must turn HETU_PS on # to enable this, you must turn HETU_PS on
@@ -25,8 +25,8 @@ set(HETU_GEOMETRIC ON)
set(HETU_CACHE ON) set(HETU_CACHE ON)


# whether to compile Hetu ML Module # whether to compile Hetu ML Module
set(HETU_ML ON)
set(HETU_PARALLEL_ML ON)
set(HETU_ML OFF)
set(HETU_PARALLEL_ML OFF)


###################### ######################
### Set paths ######## ### Set paths ########


Loading…
Cancel
Save