DAMASK_EICMD/lib/pathinfo

18 lines
745 B
Plaintext
Raw Normal View History

2013-02-15 14:08:58 +05:30
# $Id$
# possible options are
# IMKL base installation directory of Intel Math Kernel Library
# ACML base installation directory of AMD Core Math Library
# LAPACK base installation directory of (system) LAPACK Library
# MSC base installation directory of MSC.Marc/Mentat
# FFTW base installation directory of Fastest Fourier Transform in the West library
# A relative path (./like/this) starts from $DAMASK_ROOT/lib/
2013-02-15 14:08:58 +05:30
# Do NOT add any trailing /lib/ to the end
# of the base installation path---this will be done automatically
# Out of IMKL, ACML, LAPACK the first defined value is used to access BLAS functionality
2011-12-20 15:50:42 +05:30
#IMKL /opt/intel/composerxe/mkl
#ACML /opt/acml4.4.0
2011-12-20 15:50:42 +05:30
LAPACK /usr
FFTW /usr/local
MSC /msc