pkgsrc/parallel/sge/MESSAGE
markd 215305ee98 Update sge to 6.2.2.1
Grid Engine 6.2, which has undergone significant changes in qmaster to
significantly improve its scalability in challenging environments, adds
powerful features to the core system, introduces multi cluster support
for the Accounting and Reporting Console (ARCo) and comes with a new
module extending the scope of Grid Engine to a new domain of use cases:
the Service Domain Manager (SDM), aka. project Hedeby allows to
dynamically (re-)assign computational resources on demand.

plus lots of bug fixes.
2009-05-13 21:00:25 +00:00

31 lines
919 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.4 2009/05/13 21:00:25 markd Exp $
You will need to add the following lines to /etc/services:
sge_qmaster 6444/tcp
sge_execd 6445/tcp
In addition after installation, you need to set up SGE. To configure the
master node of the cluster, run:
cd ${SGE_ROOT} && ./install_qmaster -csp
For the back-end compute nodes, run:
cd ${SGE_ROOT} && ./install_execd
Additionally, you will want to add the following lines in /etc/csh.cshrc:
# Sun Grid Engine Setup
if ( -f ${SGE_ROOT}/default/common/settings.csh ) then
source ${SGE_ROOT}/default/common/settings.csh
endif
and the following in /etc/profile:
if [ -f ${SGE_ROOT}/default/common/settings.sh ]; then
. ${SGE_ROOT}/default/common/settings.sh
fi
===========================================================================