Turned MULTIGPU_ENABLED=ON to be equivalent with the master branch

This commit is contained in:
jpekkila
2020-01-27 17:05:29 +02:00
parent 927d4d31a5
commit 9e7e67819f

View File

@@ -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)