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: 103376,222ed89632aabb93 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.223.73 with SMTP id qs9mr16324062pbc.7.1341669692479; Sat, 07 Jul 2012 07:01:32 -0700 (PDT) Path: l9ni11068pbj.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Ada novice Newsgroups: comp.lang.ada Subject: Re: Free AMD Core Math Library (BLAS/LAPACK) + Ada Date: Sat, 7 Jul 2012 07:01:32 -0700 (PDT) Organization: http://groups.google.com Message-ID: <2565f27a-48d1-4000-978d-c3946154ea32@googlegroups.com> References: <41b74e89-f112-4791-883d-236080652dbf@googlegroups.com> NNTP-Posting-Host: 193.11.21.204 Mime-Version: 1.0 X-Trace: posting.google.com 1341669692 4067 127.0.0.1 (7 Jul 2012 14:01:32 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 7 Jul 2012 14:01:32 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=193.11.21.204; posting-account=Rr9I-QoAAACS-nOzpA-mGxtAlZ46Nb6I User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-07-07T07:01:32-07:00 List-Id: On Saturday, July 7, 2012 2:37:35 PM UTC+1, Charly wrote: > yes, you can use it (at least on Linux 64 bit), but you need ada bindings. > You can find bindings to both lapack and blas on the following addresses: > > http://www.csee.umbc.edu/~squire/adaclass/lapack-ada/ > > http://topo.math.u-psud.fr/~sands/Programs/BLAS/ada_blas.tgz Thanks. I have Windows 32 bit though on my AMD computer. But I see for Win 32 bits, version 5.1.0 is not yet available but two older versions namely: acml4.4.0-ifort32.exe for Intel Fortran and acml4.4.0-pgi32.exe for PGI fortran are offered. I do not have a Fortran compiler though. Will just installing any of the two above libraries + bindings to LAPACK/BLAS (from the links that you mentioned) be sufficient? Thanks YC