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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,43d81dcde45556f0 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!not-for-mail From: "Martin Dowie" Newsgroups: comp.lang.ada Subject: Re: Distributed compiles? Date: Fri, 29 Oct 2004 11:50:05 +0100 Organization: BAE SYSTEMS Message-ID: <41821eea$1_1@baen1673807.greenlnk.net> References: <1099043618.851605.297580@z14g2000cwz.googlegroups.com> X-Trace: news.uni-berlin.de DDUJscwrvjZvk7FJdBep0QvgSj0BX/w5G7y+eWpkdgopl5gtu0 X-Orig-Path: baen1673807.greenlnk.net!baen1673807!not-for-mail X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-Original-NNTP-Posting-Host: baen1673807.greenlnk.net Xref: g2news1.google.com comp.lang.ada:5840 Date: 2004-10-29T11:50:05+01:00 List-Id: ggroups@steelskies.com wrote: > A long shot, I know, but are there any distributed compilers for Ada? > Our build process takes a couple of hours and it would nice if we > could spread the load a bit... Not quite what you're after but check out the "-j" option for GNAT (under '6.2 switches for gnatmake'). On a twin Xeon machine this should give you 4 compilations in parrallel. Cheers -- Martin