Turned MULTIGPU_ENABLED=ON to be equivalent with the master branch
This commit is contained in:
@@ -35,7 +35,7 @@ option(MPI_ENABLED "Enables additional functions for MPI communciation" OFF
|
||||
# option(BUILD_DEBUG "Builds the program with extensive error checking" OFF)
|
||||
# option(BUILD_UTILS "Builds the utility library" ON)
|
||||
# option(BUILD_RT_VISUALIZATION "Builds the module for real-time visualization using SDL2" OFF)
|
||||
option(MULTIGPU_ENABLED "If enabled, uses all the available GPUs (Affects Legacy & Node layers only)" OFF)
|
||||
option(MULTIGPU_ENABLED "If enabled, uses all the available GPUs (Affects Legacy & Node layers only)" ON)
|
||||
|
||||
## Compile ACC
|
||||
add_subdirectory(acc)
|
||||
|
Reference in New Issue
Block a user