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

📄 setup_channel.args

📁 mpi并行计算的c++代码 可用vc或gcc编译通过 可以用来搭建并行计算试验环境
💻 ARGS
字号:
eval _conf_array=($ac_configure_args) for arg in "${_conf_array[@]}" ; do  case "$arg" in      --with-gasnet=* )       gasnet_dir=`echo "$arg" | sed 's/--with-gasnet=//'`       ;;    --with-gasnet-include=* )       gasnet_include_dir=`echo "$arg" | sed 's/--with-gasnet-include=//'`       ;;    --with-gasnet-lib=* )       gasnet_lib_dir=`echo "$arg" | sed 's/--with-gasnet-lib=//'`       ;;    --with-gasnet-conduit=* )      gasnet_conduit=`echo "$arg" | sed 's/--with-gasnet-conduit=//'`      ;;    --with-gm=* )       gm_dir=`echo "$arg" | sed 's/--with-gm=//'`       ;;    --with-gm-include=* )       gm_include_dir=`echo "$arg" | sed 's/--with-gm-include=//'`       ;;    --with-gm-lib=* )       gm_lib_dir=`echo "$arg" | sed 's/--with-gm-lib=//'`       ;;  esac done 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -