setup_device.args
来自「fortran并行计算包」· ARGS 代码 · 共 11 行
ARGS
11 行
if test -z "${device_args}" ; then device_args="sock"fichannel_name=`echo ${device_args} | sed -e 's/:.*$//'`channel_args=`echo ${device_args} | sed -e 's/^[^:]*//' -e 's/^://'`## reset DEVICE so that it (a) always includes the channel name, and (b) does not include channel options#DEVICE="${device_name}:${channel_name}"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?