diff options
| -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)])  | 
