Loading scripts/compile_dep.sh +1 −1 Original line number Diff line number Diff line Loading @@ -360,7 +360,7 @@ if check_dependency "ofi" "${DEP_CONFIG[@]}"; then cd ${CURR} ./autogen.sh cd ${CURR}/build OFI_CONFIG="../configure --prefix=${INSTALL} --enable-tcp=yes --enable-efa=no" OFI_CONFIG="../configure --prefix=${INSTALL} --enable-tcp=yes" if check_dependency "verbs" "${DEP_CONFIG[@]}"; then OFI_CONFIG="${OFI_CONFIG} --enable-verbs=yes" elif check_dependency "psm2" "${DEP_CONFIG[@]}"; then Loading Loading
scripts/compile_dep.sh +1 −1 Original line number Diff line number Diff line Loading @@ -360,7 +360,7 @@ if check_dependency "ofi" "${DEP_CONFIG[@]}"; then cd ${CURR} ./autogen.sh cd ${CURR}/build OFI_CONFIG="../configure --prefix=${INSTALL} --enable-tcp=yes --enable-efa=no" OFI_CONFIG="../configure --prefix=${INSTALL} --enable-tcp=yes" if check_dependency "verbs" "${DEP_CONFIG[@]}"; then OFI_CONFIG="${OFI_CONFIG} --enable-verbs=yes" elif check_dependency "psm2" "${DEP_CONFIG[@]}"; then Loading