diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2011-03-25 19:26:28 -0400 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2011-03-25 19:26:28 -0400 |
commit | fc17a75cefc5d7b069a5605cb2176f7ee3ef8649 (patch) | |
tree | 052607d0d22f6f10f5836caffe4bd2bc78d7021f /environment/LocalConfig.pm | |
parent | 0dc2ea9f2e6a263e5601df820e513cb443c2a716 (diff) | |
parent | 03435c48cf3d4b98acae8f969a200e9dddbf2991 (diff) |
Merge branch 'master' of github.com:redpony/cdec
Diffstat (limited to 'environment/LocalConfig.pm')
-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 d136610d..7b3d950c 100644 --- a/environment/LocalConfig.pm +++ b/environment/LocalConfig.pm @@ -37,7 +37,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=', }, 'Barrow/Chicago' => { |