mpich2prereq
来自「fortran并行计算包」· 代码 · 共 11 行
TXT
11 行
#! /bin/sh# Check that we are using the simple PMI implementation# (Selecting multiple PM's may require incompatible PMI implementations # (e.g., gforker and SMPD).if [ -z "$PM_REQUIRES_PMI" ] ; then PM_REQUIRES_PMI=simpleelif [ "$PM_REQUIRES_PMI" != "simple" ] ; then echo "gforker requires the simple PMI implementation; $PM_REQUIRES_PMI has already been selected" exit 1fi
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?