Skip to content

Commit

Permalink
enable ACC executable by default in cmake
Browse files Browse the repository at this point in the history
[BFB]
  • Loading branch information
mt5555 committed Mar 17, 2016
1 parent 63b41f4 commit f5e6c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/homme/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ENDIF ()
# Some options for conditional builds
OPTION(BUILD_HOMME_SWEQX "Shallow water equations FEM" ON)
OPTION(BUILD_HOMME_PREQX "Primitive equations FEM" ON)
OPTION(BUILD_HOMME_PREQX_ACC "Primitive equations FEM with OpenACC" OFF)
OPTION(BUILD_HOMME_PREQX_ACC "Primitive equations FEM with OpenACC" ON)
OPTION(BUILD_HOMME_SWDGX "Shallow water equations DG" OFF)
OPTION(BUILD_HOMME_PRIMDGX "Primitive equations DG" OFF)
OPTION(BUILD_HOMME_SWIM "Shallow water equations implicit" OFF)
Expand Down

0 comments on commit f5e6c9a

Please sign in to comment.