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=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,a83584e000bc28fa X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.66.83.40 with SMTP id n8mr1376207pay.42.1345447449658; Mon, 20 Aug 2012 00:24:09 -0700 (PDT) Path: p10ni110626488pbh.1!nntp.google.com!border1.nntp.dca.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!novia!news-peer1!btnet!zen.net.uk!hamilton.zen.co.uk!xlned.com!feeder5.xlned.com!feed.xsnews.nl!border-3.ams.xsnews.nl!plix.pl!newsfeed2.plix.pl!news.mi.ras.ru!goblin1!goblin.stu.neva.ru!proxad.net!feeder1-2.proxad.net!74.125.178.16.MISMATCH!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Ada novice Newsgroups: comp.lang.ada Subject: Re: ada lapack Date: Fri, 17 Aug 2012 03:27:42 -0700 (PDT) Organization: http://groups.google.com Message-ID: <11959826-e12e-4455-b9d9-1ac4dcaf2952@googlegroups.com> References: <12f929e9-eea3-4dc9-b10d-71e4f5732e0d@googlegroups.com> <615dd222-9c8b-4878-94f7-b1cd4792bd3e@googlegroups.com> <36bc4009-6240-4797-991c-b72ec290cedc@googlegroups.com> <12606f3f-aec1-489c-8325-18e13007b6a6@googlegroups.com> NNTP-Posting-Host: 130.240.232.139 Mime-Version: 1.0 X-Trace: posting.google.com 1345199373 12831 127.0.0.1 (17 Aug 2012 10:29:33 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 17 Aug 2012 10:29:33 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=130.240.232.139; posting-account=Rr9I-QoAAACS-nOzpA-mGxtAlZ46Nb6I User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-08-17T03:27:42-07:00 List-Id: On Friday, August 17, 2012 10:43:22 AM UTC+1, Niklas Holsti wrote: > Change this line to have a ./ at the start: > > > > ./$${file} > $${file}.txt; \ > Thanks. It works! I did the operations from scratch from the .tgz file. And now, $ make tests Testing example01 Testing example02 Testing example03 Testing example04 Testing tdgeev Testing tdgesv Testing tdgetri Testing tzgeev Testing tzgesv Testing tzgetri and for instance, $ ./tzgetri The optimal value for LWORK is 256 Matrix ( 1.230, -5.500) ( 7.910, -5.380) ( -9.800, -4.860) ( -7.320, 7.570) ( -2.140, -1.120) ( -9.920, -0.790) ( -9.180, -1.120) ( 1.370, 0.430) ( -4.300, -7.100) ( -6.470, 2.520) ( -6.510, -2.670) ( -5.860, 7.380) ( 1.270, 7.290) ( 8.900, 6.920) ( -8.820, 1.250) ( 5.410, 5.370) Inverse ( -0.113, -0.054) ( -0.086, 0.011) ( 0.127, 0.189) ( 0.155, -0.034) ( 0.057, 0.057) ( 0.006, 0.013) ( -0.027, -0.098) ( -0.041, -0.034) ( -0.059, -0.028) ( -0.093, 0.025) ( 0.042, 0.036) ( 0.014, 0.012) ( -0.102, 0.067) ( 0.021, 0.126) ( 0.126, -0.095) ( 0.039, -0.114) I am curious to know why "make tests" in my earlier case was giving me the outputs of the matrices while now with the new Makefile, I get only Testing example01 Testing example02 Testing example03 Testing example04 Testing tdgeev Testing tdgesv Testing tdgetri Testing tzgeev Testing tzgesv Testing tzgetri and without the matrix outputs? > The files without a suffix, such as example01, are most likely the > binaries, also called executables. Ok. On my linux system, these files are also in a different colour from the rest. Best regards, YC