setup_channel.args
来自「mpi并行计算的c++代码 可用vc或gcc编译通过 可以用来搭建并行计算试验环」· ARGS 代码 · 共 59 行
ARGS
59 行
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 + =
减小字号Ctrl + -
显示快捷键?