summaryrefslogtreecommitdiff
path: root/parallel
diff options
context:
space:
mode:
authorhauke <hauke>2013-04-11 14:42:13 +0000
committerhauke <hauke>2013-04-11 14:42:13 +0000
commitb49639c2b5dc04e71142dec6152af2977dbaa0fe (patch)
tree49c4279e41db3f8456dd086c74ebb5e7a9c4c79c /parallel
parent239d47ae480091bb241ebe962a613d76e605e3fc (diff)
downloadpkgsrc-b49639c2b5dc04e71142dec6152af2977dbaa0fe.tar.gz
Re-sync with reality -- Not only is there no settings.{,c}sh to
source, there is not even a {PREFIX}/sge/default directory.
Diffstat (limited to 'parallel')
-rw-r--r--parallel/sge/MESSAGE15
1 files changed, 1 insertions, 14 deletions
diff --git a/parallel/sge/MESSAGE b/parallel/sge/MESSAGE
index f47f707ecd2..06829139557 100644
--- a/parallel/sge/MESSAGE
+++ b/parallel/sge/MESSAGE
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.4 2009/05/13 21:00:25 markd Exp $
+$NetBSD: MESSAGE,v 1.5 2013/04/11 14:42:13 hauke Exp $
You will need to add the following lines to /etc/services:
@@ -15,17 +15,4 @@ For the back-end compute nodes, run:
cd ${SGE_ROOT} && ./install_execd
-Additionally, you will want to add the following lines in /etc/csh.cshrc:
-
-# Sun Grid Engine Setup
-if ( -f ${SGE_ROOT}/default/common/settings.csh ) then
- source ${SGE_ROOT}/default/common/settings.csh
-endif
-
-and the following in /etc/profile:
-
-if [ -f ${SGE_ROOT}/default/common/settings.sh ]; then
- . ${SGE_ROOT}/default/common/settings.sh
-fi
-
===========================================================================