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

📄 setup_channel

📁 fortran并行计算包
💻
字号:
#! /bin/shecho "RUNNING SETUP_CHANNEL FOR THE DLL CHANNEL"## NOTE: This file is sourced from the setup_device with the current working# directory set to the top-level build directory.### Variables of interest...## $with_device - device name and arguments# $device_name - name of the device# $device_args - contains name of channel select plus an channel args# $channel_name - name of the channel# $master_top_srcdir - top-level source directory# $master_top_builddir - top-level build directory# $ac_configure_args - all arguments passed to configure#pathlist=""pathlist="$pathlist src/mpid/${device_name}/channels/${channel_name}/include"for path in $pathlist ; do    MPICH2_INCLUDE_FLAGS="$MPICH2_INCLUDE_FLAGS -I${master_top_builddir}/${path} -I${master_top_srcdir}/${path}"done## Add the dllchan to the other install dirs.  In turn, the dllchannel# will make sure that the generated DLLs for the selected channels # are installedother_install_dirs="$other_install_dirs src/mpid/ch3/channels/dllchan"

⌨️ 快捷键说明

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