Skip to content

Commit

Permalink
temporary commit do not include
Browse files Browse the repository at this point in the history
in final PR

Signed-off-by: Howard Pritchard <[email protected]>
  • Loading branch information
hppritcha committed Nov 29, 2023
1 parent dd7f91c commit dcc8edd
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions config/opal_mca.m4
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,15 @@ of type-component pairs. For example, --enable-mca-no-build=pml-ob1])
elif test "$enable_mca_dso" = "yes"; then
DSO_all=1
msg=all
elif test -z "$enable_mca_dso"; then
DSO_all=0
msg=default
else
msg=
if test -z "$enable_mca_dso"; then
enable_mca_dso="accelerator,btl-smcuda,rcache-gpusm,rcache-rgpusm"
msg="(default)"
fi
# if test -z "$enable_mca_dso"; then
# enable_mca_dso="accelerator,btl-smcuda,rcache-gpusm,rcache-rgpusm"
# msg="(default)"
# fi
DSO_all=0
ifs_save="$IFS"
IFS="${IFS}$PATH_SEPARATOR,"
Expand Down

0 comments on commit dcc8edd

Please sign in to comment.