setup_ssm
来自「fortran并行计算包」· 代码 · 共 9 行
TXT
9 行
#! /bin/sh# Let the ch3 configure know which utility modules are needed for this channel# (in ch3/util/<directory>, in this case, ch3/util/sock and shm because# this channel uses both sockets and shared memory)ch3subsystems="$ch3subsystems sock shm shmbase"needs_sock=yesneeds_shm=yesneeds_shmbase=yes
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?