Re: [Lapackpp-devel] lapack++ using mkl?
Status: Beta
Brought to you by:
cstim
From: Christian S. <sti...@tu...> - 2006-06-13 15:25:05
|
Hi, Am Montag, 5. Juni 2006 21:37 schrieb Jacob Graham: > Hi, is it possible to compile lapack++ using the blas/lapack libraries > within Intel's MKL (Math Kernel Library)? I think this should be possible. If I understand correctly, the MKL implements the BLAS functions (but in Intel's way) but the function signatures should be unchanged? If that is the case, then this will probably be picked up correctly during lapackpp's ./configure (you might want to use --with-blas=... and --with-lapack=... options for the corresponding library names to use). > Also, is it possible to use the > intel compilers icc and ifort? In principle this would be possible, but in practice I guess the Intel compiler will complain about various gcc-specific c++ features that have been used in lapackpp. You would need to fix those one by one (or report them here). I think this is not too difficult, but it would require some work nevertheless. > If it's not possible or untested, I suppose > I can just go back to good ol' gcc and compile blas/lapack from source.... Sure. That should work anyway. Christian |