Dear Praveen, > I still have no luck with this issue. If I disable umfpack and blas, > then configure goes through. But since I need umfpack which needs > blas, I am stuck with this problem. I am using intel compiler > ComposerXE-2011.3.167 version on Mac OSX 10.6.7. Has anybody succeeded > in compiling deal.II with this compiler together with MKL blas.
Well, I have succeeded in compiling deal.II with the Intel compiler version XE 2011.2.137 and MKL BLAS, but that was on Linux x86-64, not MacOSX. The thing you need to do is to look in the file config.log at the position where the test for daxpy fails. The output there usually gives quite good hints in what is going wrong. Can you post these error messages? Otherwise, your configure line seems ok, I've been using a very similar one (--with-blas='mkl_intel_lp64 -lmkl_sequential -lmkl_core'). It might be that you need some more flags for MacOSX... Best, Martin _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
