LSF/SGE Commands
Fsched provides most commonly used LSF and SGE commands and parameter combinations, so users can seamlessly switch to Fsched when their applications already integrate LSF/SGE.
Load the Environment
- If using cshell (
csh):
Load the LSF environment
source /opt/fsched/wrappers/lsf/cshrc.lsf
Load the SGE environment
source /opt/fsched/wrappers/sge/cshrc.sge
- If using
sh/bash:
Load the LSF environment
source /opt/fsched/wrappers/lsf/profile.lsf
Load the SGE environment
source /opt/fsched/wrappers/sge/profile.sge
Use Commands
After the environment is loaded, you can use LSF/SGE commands and parameters in the command line. For a detailed list of supported commands and parameters, see: