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.9 required=5.0 tests=BAYES_00,DATE_IN_PAST_12_24 autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,222ed89632aabb93 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.204.151.213 with SMTP id d21mr3304883bkw.0.1342043422589; Wed, 11 Jul 2012 14:50:22 -0700 (PDT) Path: m12ni30bkm.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Ken Thomas Newsgroups: comp.lang.ada Subject: Re: Free AMD Core Math Library (BLAS/LAPACK) + Ada Date: Wed, 11 Jul 2012 02:47:47 -0700 (PDT) Organization: http://groups.google.com Message-ID: <2db42c1b-cfd4-4a6f-9e0c-ce269ddf00c5@googlegroups.com> References: <41b74e89-f112-4791-883d-236080652dbf@googlegroups.com> <2565f27a-48d1-4000-978d-c3946154ea32@googlegroups.com> <212027fd-e3a3-45cc-b594-df6a4ae96138@googlegroups.com> <0c159836-b4b9-4861-85cd-e3e61e94f8bc@googlegroups.com> <99901f55-e61a-4808-a442-1a62e625cd2e@googlegroups.com> <37b4ba31-245e-44d1-9183-5c3367c88101@googlegroups.com> NNTP-Posting-Host: 152.78.66.38 Mime-Version: 1.0 X-Trace: posting.google.com 1342000157 18946 127.0.0.1 (11 Jul 2012 09:49:17 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 11 Jul 2012 09:49:17 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=152.78.66.38; posting-account=B_SmUwoAAAArT7-avjstloPG8dLOABck User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-07-11T02:47:47-07:00 List-Id: On Wednesday, July 11, 2012 8:49:03 AM UTC+1, Simon Wright wrote: > Ada novice <shai.lesh@gmx.com> writes: >=20 > > 2. I will install the acml-4-4-0-gfortran-32bit.tgz from ACML. Hope > > this works! Nevertheless I saw some lapack files already on my > > Linux. So should I just disregard these? >=20 > The reason you were pursuing ACML was that you might have been able to > get it to work with Ada *on Windows*. On Linux, you can use the > already-packaged LAPACK/BLAS libraries (as Nasser has said, you'll ne= ed > to load them using the package manager; I'd expect loading LAPACK wou= ld > automagically load BLAS). Perhaps we should remember the motivation of the BLAS/LAPACK. A standard sp= ecification that is implemented by hardware companies such as Intel, AMD us= ing all the wizardry to obtain high performance. A related question is give= n the Ada .Numerics package Generic_Real_Arrays how do we modify the build = to link in the high performance tools?