diff options
author | Chris Dyer <cdyer@Chriss-MacBook-Air.local> | 2013-04-19 17:06:46 -0400 |
---|---|---|
committer | Chris Dyer <cdyer@Chriss-MacBook-Air.local> | 2013-04-19 17:06:46 -0400 |
commit | bf210ed85173c3934a6042ce3ceff0bbe1048354 (patch) | |
tree | f030b78bb03d4c59f6989a2a0356e171a240dd59 /environment | |
parent | a42fa0eb8b75ebac19b1c3c68f4b435b949bf184 (diff) | |
parent | 8908a545eedb59d771f0a4f964035b829e486b10 (diff) |
Merge branch 'master' of https://github.com/redpony/cdec
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 627f7f8c..f7c3b1c7 100644 --- a/environment/LocalConfig.pm +++ b/environment/LocalConfig.pm @@ -34,7 +34,7 @@ my $CCONFIG = { #'QSubQueue' => '-q long', }, 'UMIACS' => { - 'HOST_REGEXP' => qr/^d.*\.umiacs\.umd\.edu$/, + 'HOST_REGEXP' => qr/^(n|s|d).*\.umiacs\.umd\.edu$/, 'JobControl' => 'qsub', 'QSubMemFlag' => '-l pmem=', 'QSubQueue' => '-q batch', |