freebsd-ports/sysutils/sge60/files/pkg-message.in
Maho Nakata 9d68495d5a Sun Grid Engine is a batch queueing system implementing a superset of the
functionality of the POSIX batch queueing framework.

WWW: http://gridengine.sunsource.net/

PR:		54563
Submitted by:	brooks
Many suggestion by: Glenn Johnson <gjohnson at srrc dot ars dot usda dot gov>
2004-02-01 06:40:53 +00:00

17 lines
517 B
Text

After installation, you need to set up SGE. Go to
%%PREFIX%%/%%SGE_BASE%%
and run 'install_qmaster' to set up the master node of the cluster and
run 'install_execd' for the back-end compute nodes.
If you desire extra security, add the -csp flag to your qmaster install.
If you wish to run PVM applications with SGE you will need to build a
couple of binaries. Go to
%%PREFIX%%/%%SGE_BASE%%/pvm/src
and type './aimk' followed by './install.sh'. See the documentation for
how to set up a pvm environment.