===========================================================================
$NetBSD: MESSAGE,v 1.5 2013/04/11 14:42:13 hauke 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

===========================================================================
