Skip to content

Commit 5928ced

Browse files
authored
Merge pull request #333 from mlee03/acc2gpu_fix
Fix gpu compile error from PR #328
2 parents 5640599 + 5f573c5 commit 5928ced

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ 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],
90-
[AS_HELP_STRING([--enable-acc],
89+
AC_ARG_ENABLE([gpu],
90+
[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],
9393
[enable_gpu=yes],

0 commit comments

Comments
 (0)