Skip to content

Commit

Permalink
temporary commit
Browse files Browse the repository at this point in the history
Signed-off-by: Howard Pritchard <[email protected]>
  • Loading branch information
hppritcha committed Nov 30, 2023
1 parent dd7f91c commit 5c937d8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions config/opal_mca.m4
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,11 @@ of type-component pairs. For example, --enable-mca-no-build=pml-ob1])
msg=all
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"
enable_mca_dso="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 5c937d8

Please sign in to comment.