⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 setup_channel.args

📁 mpi并行计算的c++代码 可用vc或gcc编译通过 可以用来搭建并行计算试验环境
💻 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 + -