Skip to content

Commit 5f573c5

Browse files
mlee03mlee03
authored andcommitted
one more
1 parent eff83c0 commit 5f573c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ AM_CONDITIONAL([WITH_MPI], [test x"$build_mpi" = x"yes"])
8686
AM_CONDITIONAL([WITH_MPI_TESTS], [test x"$build_mpi" = x"yes" -a -z "$SKIP_MPI_TEST"])
8787

8888
#Build with OpenACC suport. Default is 'no'
89-
AC_ARG_ENABLE([acc],
89+
AC_ARG_ENABLE([gpu],
9090
[AS_HELP_STRING([--enable-gpu],
9191
[Builds with OpenACC. This will result in a second executable for fregrid, fregrid_gpu.(default no)])])
9292
AS_IF([test ${enable_gpu:-no} = yes],

0 commit comments

Comments
 (0)