Skip to content

Commit 66dfeec

Browse files
committed
opal/mca: remove smcuda from dso list
remove btl-smcuda,rcache-gpusm,rcache-rgpusm from the list of components that have to be compiled as dsos at all times. The components do not contain any references/function calls to a GPU software stack anymore, everything is based off the accelerator framework APIs. Signed-off-by: Edgar Gabriel <[email protected]>
1 parent f267bef commit 66dfeec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/opal_mca.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ of type-component pairs. For example, --enable-mca-no-build=pml-ob1])
186186
else
187187
msg=
188188
if test -z "$enable_mca_dso"; then
189-
enable_mca_dso="accelerator-cuda,accelerator-rocm,accelerator-ze,btl-smcuda,rcache-gpusm,rcache-rgpusm"
189+
enable_mca_dso="accelerator-cuda,accelerator-rocm,accelerator-ze"
190190
msg="(default)"
191191
fi
192192
DSO_all=0

0 commit comments

Comments
 (0)