From b49639c2b5dc04e71142dec6152af2977dbaa0fe Mon Sep 17 00:00:00 2001 From: hauke Date: Thu, 11 Apr 2013 14:42:13 +0000 Subject: Re-sync with reality -- Not only is there no settings.{,c}sh to source, there is not even a {PREFIX}/sge/default directory. --- parallel/sge/MESSAGE | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'parallel') 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 - =========================================================================== -- cgit v1.2.3