📄 mpich2prereq
字号:
#! /bin/sh# Check that we are using the simple PMI implementation# (Selecting multiple PM's may require incompatible PMI implementations # (e.g., remshell and SMPD).if [ -z "$PM_REQUIRES_PMI" ] ; then PM_REQUIRES_PMI=simpleelif [ "$PM_REQUIRES_PMI" != "simple" ] ; then echo "remshell requires the simple PMI implementation; $PM_REQUIRES_PMI has already been selected" exit 1fi
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -