diff options
author | Christian Goetze <cg@lindenlab.com> | 2009-05-14 20:26:00 +0000 |
---|---|---|
committer | Christian Goetze <cg@lindenlab.com> | 2009-05-14 20:26:00 +0000 |
commit | 32100098f59e7598f8399b319f1bab8df6827ef0 (patch) | |
tree | ff1b9dcbc305ea588a59be14b27453f5304ca523 /indra/develop.py | |
parent | 21a8d1f638e618765e9beabba71f434fea7b4864 (diff) |
There are 71 eniacs, not just 64
Diffstat (limited to 'indra/develop.py')
-rwxr-xr-x | indra/develop.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/develop.py b/indra/develop.py index 363cec7583..ce12b33103 100755 --- a/indra/develop.py +++ b/indra/develop.py @@ -389,7 +389,7 @@ class LinuxSetup(UnixSetup): hosts, job_count = mk_distcc_hosts('station', 36) os.putenv('DISTCC_HOSTS', hosts) if hostname.startswith('eniac'): - hosts, job_count = mk_distcc_hosts('eniac', 64) + hosts, job_count = mk_distcc_hosts('eniac', 71) os.putenv('DISTCC_HOSTS', hosts) opts.extend(['-j', str(job_count)]) |