You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ROMIO internally relies on MPL, that links to CUDA if detected
at configure time.
Not only this is not required by ROMIO (at least for now), but
this is not a fit for Open MPI.
This commit forces ROMIO *not* to detect CUDA at configure time
by using setting the hidden/undocumented
ac_cv_lib_cuda_cuMemGetAddressRange=no
environment variable before invoking ROMIO's configure.
Refs. #8884
Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
AC_DEFINE_UNQUOTED([MCA_io_romio341_COMPLETE_CONFIGURE_FLAGS], ["$io_romio341_flags_define"], [Complete set of command line arguments given to ROMIOs configure script])
0 commit comments