From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a37:dcc7:: with SMTP id v190mr88193050qki.286.1560750855929; Sun, 16 Jun 2019 22:54:15 -0700 (PDT) X-Received: by 2002:aca:d550:: with SMTP id m77mr9845849oig.155.1560750855534; Sun, 16 Jun 2019 22:54:15 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!j96no3752735qte.0!news-out.google.com!e10ni382qtb.1!nntp.google.com!j96no3752734qte.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 16 Jun 2019 22:54:14 -0700 (PDT) In-Reply-To: <6f1fcde3-fcf3-4a20-a1ee-b9c434de346a@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=46.243.28.178; posting-account=B8jN_QoAAACAaf93MrOFvI0_jfZ1wk0z NNTP-Posting-Host: 46.243.28.178 References: <6f1fcde3-fcf3-4a20-a1ee-b9c434de346a@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1cdbc5f8-e58c-45c8-a30e-781c2c18244c@googlegroups.com> Subject: Re: gprbuild -j8 on Windows 8.1? From: Fraser Wilson Injection-Date: Mon, 17 Jun 2019 05:54:15 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:56655 Date: 2019-06-16T22:54:14-07:00 List-Id: On Thursday, 13 June 2019 05:10:04 UTC+2, Stephen Leake wrote: > I'm using GNAT Community 2018. > > I have a main program that takes an annoyingly long time to compile, so I tried > > gprbuild -j8 > > But it's no faster, and Windows Task Manager says it's using only one processor. > > Is this just broken on Windows? > > Does using AdaCores "bash implemented in Ada" help? > > -- Stephe Is it just the main program? -j builds separate sources in parallel, but won't help with individual files.