autoconf-archive-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch #7807] improve MKL detection in AX_BLAS


From: anonymous
Subject: [patch #7807] improve MKL detection in AX_BLAS
Date: Tue, 26 Jun 2012 13:15:22 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:13.0) Gecko/20100101 Firefox/13.0.1

URL:
  <http://savannah.gnu.org/patch/?7807>

                 Summary: improve MKL detection in AX_BLAS
                 Project: GNU Autoconf Archive
            Submitted by: None
            Submitted on: Tue 26 Jun 2012 01:15:21 PM UTC
                Priority: 5 - Normal
                  Status: None
             Assigned to: None
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

This patch improves the detection of the Intel Math Kernel Library (MKL) in
AX_BLAS. New versions of the MKL cannot be linked with  "-lmkl -lguide
-lpthread", but instead require variations on "-lmkl_intel_lp64
-lmkl_sequential -lmkl_core -lpthread",depending on architecture, compiler &
other variables. See
http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/.

The present patch detects the architecture (x86_64 or i686) and compiler
(gfortran or others), but not the interface layer (assumes lp64 for x86_64),
threading (assumes sequential), static vs. dynamic (assumes dynamic), etc.

Tested on a number of different systems using gfortran and ifort.





    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Tue 26 Jun 2012 01:15:21 PM UTC  Name: patch.txt  Size: 2kB   By: None

<http://savannah.gnu.org/patch/download.php?file_id=26106>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?7807>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]