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.228.227 with SMTP id sl3mr17947469pbc.5.1341729205190; Sat, 07 Jul 2012 23:33:25 -0700 (PDT) Path: l9ni11158pbj.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Charly Newsgroups: comp.lang.ada Subject: Re: Free AMD Core Math Library (BLAS/LAPACK) + Ada Date: Sat, 7 Jul 2012 23:31:27 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <41b74e89-f112-4791-883d-236080652dbf@googlegroups.com> <2565f27a-48d1-4000-978d-c3946154ea32@googlegroups.com> NNTP-Posting-Host: 91.34.42.63 Mime-Version: 1.0 X-Trace: posting.google.com 1341729205 17329 127.0.0.1 (8 Jul 2012 06:33:25 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 8 Jul 2012 06:33:25 +0000 (UTC) In-Reply-To: <2565f27a-48d1-4000-978d-c3946154ea32@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=91.34.42.63; posting-account=5zx--goAAAD06H29EnWQGKTO-gctuXHl User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-07-07T23:31:27-07:00 List-Id: > 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. Hello, I can't say anything about Windows versions. On my Linux box I achieved the follwing steps: 1). installed the acml library (for the gnu fortran compliler called gfortran) with the attached install script. You don't need a fortran compiler, see step 2.). 2.) used GNAT GPL 2012 to do the following: compiled the lapack binding (first link) and created a library called lapack-ada compiled the blas binding (second link) and created a library called ada_blas The bindings use the fortran-interface of ada, this is the reason why you must use the fortran versions of the library in step 1.) 3.) took some of the demo-programs attached to the bindings, complied them and linked them against the matching ada-library and the acml libray That't it. ------ Charly