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,LOTS_OF_MONEY autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7f7972843e38be80 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-14 11:25:04 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.cs.utexas.edu!geraldo.cc.utexas.edu!not-for-mail From: "Bobby D. Bryant" Newsgroups: comp.lang.ada Subject: Re: Running Ada programs under Condor? Date: Wed, 14 Nov 2001 13:23:04 -0600 Organization: dis- Message-ID: <9sugc5$7s3$1@geraldo.cc.utexas.edu> References: <9sqfa3$249$1@geraldo.cc.utexas.edu> <9ssnmp$am9$1@geraldo.cc.utexas.edu> <3BF27BB2.29ACF5DF@Raytheon.com> NNTP-Posting-Host: dial-97-14.ots.utexas.edu Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: geraldo.cc.utexas.edu 1005765830 8067 128.83.249.110 (14 Nov 2001 19:23:50 GMT) X-Complaints-To: abuse@utexas.edu NNTP-Posting-Date: Wed, 14 Nov 2001 19:23:50 +0000 (UTC) User-Agent: Pan/0.10.0 (Unix) X-Comment-To: "Mark Johnson" X-No-Productlinks: Yes Xref: archiver1.google.com comp.lang.ada:16535 Date: 2001-11-14T13:23:04-06:00 List-Id: In article <3BF27BB2.29ACF5DF@Raytheon.com>, "Mark Johnson" wrote: > "Bobby D. Bryant" wrote: > >> In article , "Ted Dennison" >> [snip] >> > I'm guessing this: http://www.cs.wisc.edu/condor/description.html >> > >> > ..but its just a guess. >> >> And a correct one it is. By policy, the only way I can harvest >> cycles for long-running jobs on the CS department's largish >> collection of machines is to run them under Condor, [snip] > > Just curious, but how much Ada code are we talking about? I can > rebuild applications with over a million lines of Ada code in a couple > hours using the PC at my desk (about $1200). Most fixes get rebuilt in > a few minutes. With that kind of performance, I would be surprised you > need to spend the effort to checkpoint the compiler. I guess I wasn't clear. It's the running jobs that are checkpointed. However, since Condor manages the checkpointing your executable has to have some Condor modules linked in. It doesn't require any changes to your source, so I ass-u-me that they just replace some standard library modules with their own. That's what makes me thing gcc-based GNAT might work with it. Bobby Bryant Austin, Texas