Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
899f8870
Commit
899f8870
authored
Jul 12, 2021
by
Andreas Marek
Browse files
fix error in configure.ac
parent
6e648d51
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
899f8870
...
...
@@ -1799,7 +1799,7 @@ if test x"${enable_nvidia_gpu_memory_debug}" = x"yes" ; then
fi
use_cuda_aware_mpi=no
if test x"${need_gpu}" = x"yes"; then
if test x"${need_
nvidia_
gpu}" = x"yes"; then
if test x"${with_mpi}" = x"yes"; then
AC_MSG_CHECKING(whether CUDA aware MPI should be used)
AC_ARG_ENABLE([cuda-aware-mpi],
...
...
@@ -1815,7 +1815,6 @@ if test x"${need_gpu}" = x"yes"; then
if test x"${enable_cuda_aware_mpi}" = x"yes" ; then
AC_DEFINE([WITH_CUDA_AWARE_MPI],[1],[enable CUDA-aware MPI])
fi
if test x"${enable_cuda_aware_mpi}" = x"yes" ; then
AC_MSG_CHECKING([whether CUDA-aware MPI is supported])
AC_LANG_PUSH([C])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment