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.66.85.71 with SMTP id f7mr1818628paz.39.1343329478933; Thu, 26 Jul 2012 12:04:38 -0700 (PDT) Path: c10ni39075pbw.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: Thu, 26 Jul 2012 12:02:58 -0700 (PDT) Organization: http://groups.google.com Message-ID: <00479716-e650-4cf7-a1ff-338d856f8386@googlegroups.com> References: <41b74e89-f112-4791-883d-236080652dbf@googlegroups.com> <509991f4-bcb4-45a0-84f3-b8393db64da4@googlegroups.com> <374bd898-5683-4350-8812-e3cae186ab2b@googlegroups.com> <87k3y3jxgj.fsf@ludovic-brenta.org> <23edac82-3e0e-47f5-85b7-36473e4a44ed@googlegroups.com> <8d88395a-9e03-4880-9728-aa0489dbc62f@googlegroups.com> <4d5e7463-824c-4ac1-af47-2a4a5bf0d8e6@googlegroups.com> <27d45d4b-0924-4179-9a05-169ab10839ce@googlegroups.com> <847049f2-fe53-47b2-be81-50787c5a6290@googlegroups.com> <500fbbbb$0$9512$9b4e6d93@newsspool1.arcor-online.net> <58dbcb00-cbc0-4da9-894c-2530a9218186@googlegroups.com> NNTP-Posting-Host: 193.11.21.204 Mime-Version: 1.0 X-Trace: posting.google.com 1343329478 8606 127.0.0.1 (26 Jul 2012 19:04:38 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 26 Jul 2012 19:04:38 +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-26T12:02:58-07:00 List-Id: This post started with the ACML library but we digressed and used other lapack/blas libraries instead. Anyway, I would like to report success using the ACML library. Example files such as "tcgeev.adb" in the lapack binding ran fine and Nasser's example: "mysolve.adb" for solving a system Ax=b from his webpage also ran fine by using say: gnatmake -gnat2012 -I../ada mysolve.adv -largs -lacml Apart the lapack/blas library from ACML, the latter also provides fft routines and random number generators. I tried an example fortran fft code in the "examples" folder of ACML and that also worked fine. Thanks all for your inputs. It has been very worthwhile to learn linux in this adventure as well. YC