From 32100098f59e7598f8399b319f1bab8df6827ef0 Mon Sep 17 00:00:00 2001 From: Christian Goetze Date: Thu, 14 May 2009 20:26:00 +0000 Subject: There are 71 eniacs, not just 64 --- indra/develop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra') 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)]) -- cgit v1.2.3