Am Mittwoch, 27. Januar 2010 schrieb Louis Ixo:
> Dear all,
>
> I'm new to lapack++ and I would like to know if lapack++ is a parallel
> computing library that can uses something like OpenMP or etc... for use
> multiple-CPUs calculations, or maybe is there a way to activate it? Did I
> need to build blas and lapack with openmp before build lapack++?
Unfortunately no: Lapack++ has no means of using the potentials of parallel
computing. Even if blas and lapack had been built with openmp (if that were
possible), lapack++ won't be able to use any advantages from that because
nobody ever tried to improve it in that direction. Sorry for that.
Regards,
Christian Stimming
|