[ET Trac] [Einstein Toolkit] #1170: ExtrenalLibraries handle XXX_DIR XXX_INC_DIRS and XXX_LIB_DIRS incosistently

Einstein Toolkit trac-noreply at einsteintoolkit.org
Tue Nov 6 21:14:45 CST 2012


#1170: ExtrenalLibraries handle XXX_DIR XXX_INC_DIRS and XXX_LIB_DIRS
incosistently
------------------------------------+---------------------------------------
  Reporter:  rhaas                  |       Owner:                   
      Type:  defect                 |      Status:  new              
  Priority:  minor                  |   Milestone:                   
 Component:  EinsteinToolkit thorn  |     Version:                   
Resolution:                         |    Keywords:  ExternalLibraries
------------------------------------+---------------------------------------

Comment (by eschnett):

 LAPACK has no C interface. You can call it from C, but you have to think
 in Fortran 77 if you want to do so, which means e.g. living without
 prototypes.

 I recommend using CLAPACK. This is available e.g. from netlib.org. The
 include file is called "clapack.h".

 The performance of LAPACK/BLAS comes from BLAS, so you would link against
 CLAPACK first, and MKL (providing BLAS) later. You can easily build
 CLAPACK yourself; it is not very performance critical.

-- 
Ticket URL: <https://trac.einsteintoolkit.org/ticket/1170#comment:3>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit


More information about the Trac mailing list