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=0.6 required=5.0 tests=BAYES_00,TO_NO_BRKTS_FROM_MSSP autolearn=no 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 13:32:46 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!nntp-relay.ihug.net!ihug.co.nz!out.nntp.be!propagator-SanJose!in.nntp.be!newsranger.com!www.newsranger.com!not-for-mail Newsgroups: comp.lang.ada From: Ted Dennison References: <9sqfa3$249$1@geraldo.cc.utexas.edu> <9ssnmp$am9$1@geraldo.cc.utexas.edu> <3BF27BB2.29ACF5DF@Raytheon.com> <9sugc5$7s3$1@geraldo.cc.utexas.edu> Subject: Re: Running Ada programs under Condor? Message-ID: <_pBI7.24867$xS6.40264@www.newsranger.com> X-Abuse-Info: When contacting newsranger.com regarding abuse please X-Abuse-Info: forward the entire news article including headers or X-Abuse-Info: else we will not be able to process your request X-Complaints-To: abuse@newsranger.com NNTP-Posting-Date: Wed, 14 Nov 2001 16:32:42 EST Organization: http://www.newsranger.com Date: Wed, 14 Nov 2001 21:32:42 GMT Xref: archiver1.google.com comp.lang.ada:16541 Date: 2001-11-14T21:32:42+00:00 List-Id: In article <9sugc5$7s3$1@geraldo.cc.utexas.edu>, Bobby D. Bryant says... >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. Hmmm. It could be that they do roughly what gprof does. Gprof saves off the PC every now and then for later analysis of how much time is spent where in your program. It also requires that you replace certian basic C libraries with gprof's version of them. All Condor would have to do is save the registers along with the PC, so it may just be replacing the same C libraries that gcov users replace. If that's the case, then the gcc version will indeed be an issue for you (it certianly was for me the last time I tried using gprof). You should check their (Condor's) docs and see if they specify precise version numbers of gcc that they support. Right now you are looking for version 2.8.1. --- T.E.D. homepage - http://www.telepath.com/dennison/Ted/TED.html No trees were killed in the sending of this message. However a large number of electrons were terribly inconvenienced.