From b122c5f2d8475941b3097a7e75477d40fd042a06 Mon Sep 17 00:00:00 2001 From: Claus-Justus Heine <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE> Date: Mon, 1 Dec 2003 23:33:47 +0000 Subject: [PATCH] Add note about compatibility between F77 Compiler an blas. --- README | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README b/README index 70804da..bf1d5fa 100644 --- a/README +++ b/README @@ -108,11 +108,18 @@ BLAS -- "Basic Linear Algebra Subprograms" and Opteron CPUs you should have a look at AMD's web-site (www.amd.com) and search for "acml". - Known quirks for specific BLAS implementations: + Known quirks and specific BLAS implementations: + + Compiler dependence + ------------------- + In general, you need a version of the BLAS which was compiled + by the Fortran compiler you plan to use. Sometimes it is + possible to get around this restrictions by linking in + additional libraries, as shown in some of the examples listed + below. Intel's "math core library" libmkl: ------------------------------------ - Make sure to also link with libguide, this can be achieved by the following configure switches: -- GitLab