Skip to content

Commit

Permalink
USE_MPI_COLLECTIVE enabled by default for CPU acceleration
Browse files Browse the repository at this point in the history
  • Loading branch information
do-jason committed Apr 3, 2023
1 parent c1d84fa commit 947437d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,11 @@ if(ALTCPU)
add_definitions(-DALTCPU)
endif()

# ----------------------------------------------------------------- MPI COLLECTIVE --
if(ALTCPU)
add_definitions(-DUSE_MPI_COLLECTIVE) # Adding MPI collective for some routines
endif()

# ---------------------------------------------------------------USE TEXTURES OR NOT--
if(NOT CudaTexture OR ALTCPU)
add_definitions(-DPROJECTOR_NO_TEXTURES)
Expand Down

0 comments on commit 947437d

Please sign in to comment.