diff options
author | Jonathan Clark <jon.h.clark@gmail.com> | 2011-03-10 06:54:31 -0500 |
---|---|---|
committer | Jonathan Clark <jon.h.clark@gmail.com> | 2011-03-10 06:54:31 -0500 |
commit | ee0efe4d807aef64117776a476eeaeca98287315 (patch) | |
tree | 34068721f37c63117d285da19a9cd6711d44fb03 /environment | |
parent | 75310799a6ee82b742ba69abab951a74fd0d19fc (diff) |
glc hacking
Diffstat (limited to 'environment')
-rw-r--r-- | environment/LocalConfig.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/environment/LocalConfig.pm b/environment/LocalConfig.pm index 10933f36..f365319c 100644 --- a/environment/LocalConfig.pm +++ b/environment/LocalConfig.pm @@ -33,7 +33,7 @@ my $CCONFIG = { 'HOST_REGEXP' => qr/^(thor|tyr)\.inf\.ed\.ac\.uk$/, }, 'Blacklight' => { - 'HOST_REGEXP' => qr/^(blacklight.psc.edu|bl1.psc.teragrid.org|bl0.psc.teragrid.org)$/, + 'HOST_REGEXP' => qr/^(tg-login1.blacklight.psc.teragrid.org|blacklight.psc.edu|bl1.psc.teragrid.org|bl0.psc.teragrid.org)$/, 'QSubMemFlag' => '-l pmem=', }, 'LOCAL' => { |