Skip to content

Commit

Permalink
Treat as env var instead
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgate committed Dec 10, 2020
1 parent 5138339 commit cd21663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/std/atdm/apps/empire/EMPIRETrilinosEnables.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ ATDM_SET_CACHE(Gtest_SKIP_INSTALL TRUE CACHE BOOL)

ATDM_SET_CACHE(Trilinos_ENABLE_Gtest FALSE CACHE BOOL)

# Always set CUDA_LAUNCH_BLOCKING OFF for EMPIRE.
ATDM_SET_CACHE(CUDA_LAUNCH_BLOCKING OFF CACHE BOOL)
# Always set CUDA_LAUNCH_BLOCKING off for EMPIRE.
unset(ENV{CUDA_LAUNCH_BLOCKING})

# Always build EMPIRE with -fPIC
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC" CACHE STRING "" FORCE)
Expand Down

0 comments on commit cd21663

Please sign in to comment.