We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5640599 + 5f573c5 commit 5928cedCopy full SHA for 5928ced
configure.ac
@@ -86,8 +86,8 @@ AM_CONDITIONAL([WITH_MPI], [test x"$build_mpi" = x"yes"])
86
AM_CONDITIONAL([WITH_MPI_TESTS], [test x"$build_mpi" = x"yes" -a -z "$SKIP_MPI_TEST"])
87
88
#Build with OpenACC suport. Default is 'no'
89
-AC_ARG_ENABLE([acc],
90
- [AS_HELP_STRING([--enable-acc],
+AC_ARG_ENABLE([gpu],
+ [AS_HELP_STRING([--enable-gpu],
91
[Builds with OpenACC. This will result in a second executable for fregrid, fregrid_gpu.(default no)])])
92
AS_IF([test ${enable_gpu:-no} = yes],
93
[enable_gpu=yes],
0 commit comments