Package starcluster :: Package templates :: Module sgeprofile
[hide private]
[frames] | no frames]

Source Code for Module starcluster.templates.sgeprofile

 1  #!/usr/bin/env python 
 2  sgeprofile_template=""" 
 3  export SGE_ROOT="/opt/sge6" 
 4  export SGE_CELL="default" 
 5  export SGE_CLUSTER_NAME="starcluster" 
 6  export SGE_QMASTER_PORT="63231" 
 7  export SGE_EXECD_PORT="63232" 
 8  export MANTYPE="man" 
 9  export MANPATH="$MANPATH/opt/sge6/man" 
10  export PATH="$PATH:/opt/sge6/bin/%(arch)s" 
11  export ROOTPATH="$ROOTPATH:/opt/sge6/bin/%(arch)s" 
12  export LDPATH="$LDPATH:/opt/sge6/lib/%(arch)s" 
13  """ 
14