blob: c6e76c317baeab4ad430ac38f6d646de49fd0287 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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.
|