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-13 19:25:03 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: Tue, 13 Nov 2001 21:15:58 -0600 Organization: dis- Message-ID: <9ssnmp$am9$1@geraldo.cc.utexas.edu> References: <9sqfa3$249$1@geraldo.cc.utexas.edu> NNTP-Posting-Host: dial-111-12.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 1005707802 10953 128.83.190.108 (14 Nov 2001 03:16:42 GMT) X-Complaints-To: abuse@utexas.edu NNTP-Posting-Date: Wed, 14 Nov 2001 03:16:42 +0000 (UTC) User-Agent: Pan/0.10.0 (Unix) X-Comment-To: "Ted Dennison" X-No-Productlinks: Yes Xref: archiver1.google.com comp.lang.ada:16480 Date: 2001-11-13T21:15:58-06:00 List-Id: In article , "Ted Dennison" wrote: > In article , Jerry van Dijk says... >> >>"Bobby D. Bryant" writes: >> >>> Does anyone know a way to run Ada programs under Condor? >> >>Now you made me curious... what's Condor ? > > 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, but they use the checkpointing feature (to migrate running jobs between machinces), which requires running a Condor-provided wrapper to the compiler (to link in the checkpoint stuff, I suppose). No Ada compilers are listed, but since gcc is, and since I'm laboring under the assumption that GNAT is "built on" gcc, I'm hoping that the Condor components can be linked in to replace gcc modules, rather than any GNAT-specific modules. Has anyone tried it? Thanks, Bobby Bryant Austin, Texas