2004-02-01 07:40:53 +01:00
|
|
|
|
|
|
|
After installation, you need to set up SGE. Go to
|
|
|
|
|
|
|
|
%%PREFIX%%/%%SGE_BASE%%
|
|
|
|
|
2005-07-29 04:13:32 +02:00
|
|
|
and run './install_qmaster' to set up the master node of the cluster and
|
|
|
|
run './install_execd' for the back-end compute nodes.
|
|
|
|
|
|
|
|
Before doing so, you should add sge_qmaster and sge_execd services to
|
|
|
|
/etc/services or the appropriate network directory service. Any free
|
|
|
|
port numbers may be used.
|
|
|
|
|
2004-02-01 07:40:53 +01:00
|
|
|
|
|
|
|
If you desire extra security, add the -csp flag to your qmaster install.
|
|
|
|
|
2005-07-29 04:13:32 +02:00
|
|
|
|
2004-02-01 07:40:53 +01:00
|
|
|
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.
|
2005-07-29 04:13:32 +02:00
|
|
|
|