Skip to content

Commit 83ab6fb

Browse files
committed
Build op/cuda and op/rocm as dso by default
Signed-off-by: Joseph Schuchart <[email protected]>
1 parent 3e4425d commit 83ab6fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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,btl-smcuda,rcache-gpusm,rcache-rgpusm,op-cuda,op-rocm"
190190
msg="(default)"
191191
fi
192192
DSO_all=0

0 commit comments

Comments
 (0)