setup_shm

来自「fortran并行计算包」· 代码 · 共 8 行

TXT
8
字号
#! /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 only shared memory)ch3subsystems="$ch3subsystems shmbase"#needs_shm=yesneeds_shmbase=yes

⌨️ 快捷键说明

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