As stated on the homepage of lapack,
.The original goal of the LAPACK project was to make the widely used EISPACK and LINPACK libraries run efficiently on shared-memory vector and parallel processors
But I cannot figure out how to do it. For example, when I use Subroution DGESV to solve linear algebra equations I do not know how to make it run on multi processors on shared-memory computers. It seems there is no choice for the number of processors.
Could anyone give me some help? Thanks,
Wen

