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.
1 parent eff83c0 commit 5f573c5Copy full SHA for 5f573c5
configure.ac
@@ -86,7 +86,7 @@ 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],
+AC_ARG_ENABLE([gpu],
90
[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],
0 commit comments