Grid Engine root directory ($SGE_ROOT ) | ${cfg.sge.root} |
Cell name ($SGE_CELL ) | ${cfg.cell.name} |
Cluster name ($SGE_CLUSTER_NAME ) | ${cfg.sge.cluster.name} |
Qmaster port ($SGE_QMASTER_PORT ) | ${cfg.sge.qmaster.port} |
Execd port ($SGE_EXECD_PORT ) | ${cfg.sge.execd.port} |
Group id range ($SGE_GID_RANGE ) | ${cfg.gid.range} |
Qmaster host | ${add.qmaster.host} |
Execution host(s) | ${cfg.exec.host.list} |
Shadow host(s) | ${cfg.shadow.host} |
Berkeley db host | ${cfg.db.spooling.server} |
Admin host(s) | ${cfg.admin.host.list} |
Submit host(s) | ${cfg.submit.host.list} |
source ${cfg.sge.root}/${cfg.cell.name}/common/settings.csh
. ${cfg.sge.root}/${cfg.cell.name}/common/settings.sh
$SGE_ROOT
(always necessary)$SGE_CELL
(if you are using a cell other than default
)$SGE_CLUSTER_NAME
(always necessary)$SGE_QMASTER_PORT
(if you haven't added the service sge_qmaster
)$SGE_EXECD_PORT
(if you haven't added the service sge_execd
)$PATH/$path
(to find the Grid Engine binaries)$MANPATH
(to access the manual pages)svcs -l svc:/application/sge/qmaster:p10500
${cfg.qmaster.spool.dir}/messages
<execd_spool_dir>/<hostname>/messages
${cfg.sge.root}/${cfg.cell.name}/common/sgemaster
(qmaster)${cfg.sge.root}/${cfg.cell.name}/common/sgeexecd
(execd)