Thu Apr 11 14:42:13 2013 UTC ()
Re-sync with reality -- Not only is there no settings.{,c}sh to
source, there is not even a {PREFIX}/sge/default directory.


(hauke)
diff -r1.4 -r1.5 pkgsrc/parallel/sge/MESSAGE

cvs diff -r1.4 -r1.5 pkgsrc/parallel/sge/MESSAGE (expand / switch to unified diff)

--- pkgsrc/parallel/sge/MESSAGE 2009/05/13 21:00:25 1.4
+++ pkgsrc/parallel/sge/MESSAGE 2013/04/11 14:42:13 1.5
@@ -1,31 +1,18 @@ @@ -1,31 +1,18 @@
1=========================================================================== 1===========================================================================
2$NetBSD: MESSAGE,v 1.4 2009/05/13 21:00:25 markd Exp $ 2$NetBSD: MESSAGE,v 1.5 2013/04/11 14:42:13 hauke Exp $
3 3
4You will need to add the following lines to /etc/services: 4You will need to add the following lines to /etc/services:
5 5
6sge_qmaster 6444/tcp 6sge_qmaster 6444/tcp
7sge_execd 6445/tcp 7sge_execd 6445/tcp
8 8
9In addition after installation, you need to set up SGE. To configure the 9In addition after installation, you need to set up SGE. To configure the
10master node of the cluster, run: 10master node of the cluster, run:
11 11
12 cd ${SGE_ROOT} && ./install_qmaster -csp 12 cd ${SGE_ROOT} && ./install_qmaster -csp
13 13
14For the back-end compute nodes, run: 14For the back-end compute nodes, run:
15 15
16 cd ${SGE_ROOT} && ./install_execd 16 cd ${SGE_ROOT} && ./install_execd
17 17
18Additionally, you will want to add the following lines in /etc/csh.cshrc: 
19 
20# Sun Grid Engine Setup 
21if ( -f ${SGE_ROOT}/default/common/settings.csh ) then 
22 source ${SGE_ROOT}/default/common/settings.csh 
23endif 
24 
25and the following in /etc/profile: 
26 
27if [ -f ${SGE_ROOT}/default/common/settings.sh ]; then 
28 . ${SGE_ROOT}/default/common/settings.sh 
29fi 
30 
31=========================================================================== 18===========================================================================