LSF/SGE 命令
Fsched 提供绝大部分常 用的 LSF 和 SGE 命令以及参数组合,以便于用户在应用程序已经集成LSF/SGE的情况下,无缝切换至 Fsched。
加载环境
- 如果使用cshell(
csh
):
加载 LSF 环境
source /opt/fsched/wrappers/lsf/cshrc.lsf
加载 SGE 环境
source /opt/fsched/wrappers/sge/cshrc.sge
- 如果使用
sh
/bash
:
加载 LSF 环境
source /opt/fsched/wrappers/lsf/profile.lsf
加载 SGE 环境
source /opt/fsched/wrappers/sge/profile.sge
使用命令
加载环境完成后,可以在命令行使用 LSF/SGE 的命令和参数,详细的命令和参数支持列表请参考: