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.
2 parents b55e183 + c95fa2c commit fb66617Copy full SHA for fb66617
config/opal_check_cuda.m4
@@ -50,6 +50,9 @@ AC_ARG_WITH([cuda],
50
[AS_HELP_STRING([--with-cuda(=DIR)],
51
[Build cuda support, optionally adding DIR/include])])
52
AC_MSG_CHECKING([if --with-cuda is set])
53
+AC_ARG_WITH([cuda-libdir],
54
+ [AS_HELP_STRING([--with-cuda-libdir=DIR],
55
+ [Search for CUDA libraries in DIR])])
56
57
# Note that CUDA support is off by default. To turn it on, the user has to
58
# request it. The user can just ask for --with-cuda and it that case we
0 commit comments