LSF Version 7.3 - Platform LSF Configuration Reference

EGO_TOP
Syntax
EGO_TOP=dir
Description
The the top-level installation directory. The path to EGO_TOP must be shared and accessible
to all hosts in the cluster. Equivalent to LSF_TOP.
Examples
Set in csh and tcsh by cshrc.lsf:
setenv EGO_TOP /usr/share/lsf/lsf_7
Set and exported in sh, ksh, or bash by profile.lsf:
EGO_TOP=/usr/share/lsf/lsf_7
Values
In cshrc.lsf for csh and tcsh:
setenv EGO_TOP /usr/share/lsf/lsf_7
Set and exported in profile.lsf for sh, ksh, or bash:
EGO_TOP=/usr/share/lsf/lsf_7
cshrc.lsf and profile.lsf
Platform LSF Configuration Reference 133