Good job on the convertion from double to quad!
Now for the parallelism, you need to look for an optimized BLAS libray
(multithreaded) that supports QUAD precision. I do not know any.
Please let us know if you find some optimized QUAD BLAS library around.
Julien.
On Dec 4, 2011, at 8:21 PM, John Heslar wrote:
Hello,
I am trying to solve a complex non-hermitian non-symmetric eigenvalue and
eigenvector problem in QUAD precision.
I have downloaded the LAPACK and BLAS source codes and compiled them myself
in quad precision on a intel compiler (ifort -O2 -r16 -parallel)
and the libraries are in quad now but only run in serial, and I have tried
different compiler options to get into parallel.
Do you have any suggestions on what I can do?
Sorry to bother you and thank you so much for your time.
Any suggestion will be appreciated....
Dr. John Heslar
_______________________________________________
Lapack mailing list
Lapack@Domain.Removed
http://lists.eecs.utk.edu/mailman/listinfo/lapack
|