📄 setup_channel.args
字号:
for arg in $ac_configure_args ; do narg=`expr x$arg : 'x'"'"'\(.*\)'"'"` if test -n "$narg" ; then arg=$narg ; fi case $arg in --with-rdma) channel_rndv=yes ;; esac case $arg in --with-rdma-mode=*) rdma_mode=`echo $arg | sed 's/--with-rdma-mode=//'` ;; esac case $arg in --with-ib=*) ibu_name=`echo $arg | sed 's/--with-ib=//'` ;; esac case $arg in --with-ib-path=*) ibu_path=`echo $arg | sed 's/--with-ib-path=//'` ;; esac case $arg in --with-ib-path-include=*) ibu_path_include=`echo $arg | sed 's/--with-ib-path-include=//'` ;; esac case $arg in --with-ib-path-lib=*) ibu_path_lib=`echo $arg | sed 's/--with-ib-path-lib=//'` ;; esacdoneif test -z "$channel_rndv" ; then channel_rndv=nofiif test -z "$rdma_mode" ; then rdma_mode=putfiif test -z "$ibu_name" ; then ibu_name=ibalfiif test "$ibu_name" = ibal -a -z "$ibu_path" ; then ibu_path=/usr/sf-ibafiif test "$ibu_name" = vapi -a -z "$ibu_path" ; then ibu_path=/usr/mellanoxfiif test -z "$ibu_path_lib" ; then ibu_path_lib=$ibu_path/libfi
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -