dropped ./fftw in favor of /usr/local as FFTW default install path

This commit is contained in:
Philip Eisenlohr 2013-02-19 13:35:38 +00:00
parent d05a26f53d
commit 0047c32411
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
# LAPACK base installation directory of (system) LAPACK Library # LAPACK base installation directory of (system) LAPACK Library
# MSC base installation directory of MSC.Marc/Mentat # MSC base installation directory of MSC.Marc/Mentat
# FFTW base installation directory of Fastest Fourier Transform in the West library # FFTW base installation directory of Fastest Fourier Transform in the West library
# A relative path (like ./fftw/ in this example) starts from $DAMASK_ROOT/lib/ # A relative path (./like/this) starts from $DAMASK_ROOT/lib/
# Do NOT add any trailing /lib/ to the end # Do NOT add any trailing /lib/ to the end
# of the base installation path---this will be done automatically # 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 # Out of IMKL, ACML, LAPACK the first defined value is used to access BLAS functionality
@ -13,5 +13,5 @@
#IMKL /opt/intel/composerxe/mkl #IMKL /opt/intel/composerxe/mkl
#ACML /opt/acml4.4.0 #ACML /opt/acml4.4.0
LAPACK /usr LAPACK /usr
FFTW ./fftw FFTW /usr/local
MSC /msc MSC /msc