Menu

IT++ with ACML

2007-03-13
2012-09-15
  • Bogdan Cristea

    Bogdan Cristea - 2007-03-13

    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

     
    • iloveit

      iloveit - 2007-03-24

      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.

       
    • Adam Piątyszek

      Adam Piątyszek - 2007-03-13

      Please read the Installation Manual carefully. Everything should be explained there.

      BR,
      /ediap

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.