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 5727519 + 2d93b88 commit bcac86fCopy full SHA for bcac86f
opal/mca/accelerator/null/configure.m4
@@ -0,0 +1,28 @@
1
+# -*- shell-script -*-
2
+#
3
+# Copyright (c) 2024 NVIDIA Corporation.
4
5
+# $COPYRIGHT$
6
7
+# Additional copyrights may follow
8
9
+# $HEADER$
10
11
+
12
+AC_DEFUN([MCA_opal_accelerator_null_PRIORITY], [0])
13
14
15
+# Force this component to compile in static-only mode
16
17
+AC_DEFUN([MCA_opal_accelerator_null_COMPILE_MODE], [
18
+ AC_MSG_CHECKING([for MCA component $2:$3 compile mode])
19
+ $4="static"
20
+ AC_MSG_RESULT([$$4])
21
+])
22
23
+# MCA_accelerator_null_CONFIG([action-if-can-compile],
24
+# [action-if-cant-compile])
25
+# ------------------------------------------------
26
+AC_DEFUN([MCA_opal_accelerator_null_CONFIG],[
27
+ AC_CONFIG_FILES([opal/mca/accelerator/null/Makefile])
28
0 commit comments