diff options
author | hauke <hauke@pkgsrc.org> | 2013-04-11 14:42:13 +0000 |
---|---|---|
committer | hauke <hauke@pkgsrc.org> | 2013-04-11 14:42:13 +0000 |
commit | 2cb54a9048360b406c22db6c8ce833c9e9274f25 (patch) | |
tree | 49c4279e41db3f8456dd086c74ebb5e7a9c4c79c /parallel | |
parent | 52c3538b8a471ea8bc20154e7235fc3074653dbf (diff) | |
download | pkgsrc-2cb54a9048360b406c22db6c8ce833c9e9274f25.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/MESSAGE | 15 |
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 - =========================================================================== |