Skip to content

Commit

Permalink
squashme: PR feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Howard Pritchard <[email protected]>
  • Loading branch information
hppritcha committed Nov 28, 2023
1 parent db8b2c5 commit dd7f91c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/opal_mca.m4
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,10 @@ of type-component pairs. For example, --enable-mca-no-build=pml-ob1])
DSO_all=1
msg=all
else
msg=
if test -z "$enable_mca_dso"; then
enable_mca_dso="accelerator,btl-smcuda,rcache-gpusm,rcache-rgpusm"
AC_MSG_NOTICE([building accelerator framework compnents as DSOs (default)])
msg="(default)"
fi
DSO_all=0
ifs_save="$IFS"
Expand Down

0 comments on commit dd7f91c

Please sign in to comment.