Hi
I have succesfully installed IT++ in SuSE 10.2 using BLAS, CBLAS, LAPACK and FFTW. Instead of these libraries, I want to use ACML, which I have already installed. However, when I run configure again, the ACML library is not detected. Any suggestions?
Bogdan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I followed the installation manual and also got error message when I compiled IT++ using Visual C++ 2005 on Windows XP with AMD. The error is as follows:
fatal error C1083: Cannot open include file: 'mkl_dfti.h': No such file or directory e:\test\it++\itpp-3.10.8\itpp-3.10.8\itpp\base\transforms.cpp 44
and I checked transforms.cpp and found the error is at:
if defined(HAVE_FFT_MKL8)
include <mkl_dfti.h> -------------------> error
elif defined(HAVE_FFT_ACML)
include <acml.h>
elif defined(HAVE_FFTW3)
include <fftw3.h>
endif
Does anyone know how to set up HAVE_FFT_ACML and remove HAVE_FFT_MKL8? Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
I have succesfully installed IT++ in SuSE 10.2 using BLAS, CBLAS, LAPACK and FFTW. Instead of these libraries, I want to use ACML, which I have already installed. However, when I run configure again, the ACML library is not detected. Any suggestions?
Bogdan
I followed the installation manual and also got error message when I compiled IT++ using Visual C++ 2005 on Windows XP with AMD. The error is as follows:
fatal error C1083: Cannot open include file: 'mkl_dfti.h': No such file or directory e:\test\it++\itpp-3.10.8\itpp-3.10.8\itpp\base\transforms.cpp 44
and I checked transforms.cpp and found the error is at:
if defined(HAVE_FFT_MKL8)
include <mkl_dfti.h> -------------------> error
elif defined(HAVE_FFT_ACML)
include <acml.h>
elif defined(HAVE_FFTW3)
include <fftw3.h>
endif
Does anyone know how to set up HAVE_FFT_ACML and remove HAVE_FFT_MKL8? Thanks.
Please read the Installation Manual carefully. Everything should be explained there.
BR,
/ediap