LAPACK on VM

What's the appropriate way to link to LAPACK on the VM?

     Noam

Maybe/Apparently:

   % sudo apt-get install liblapack-dev

Then add this line to the Model's or Test's (which ever is actually using lapack) Makefile:

   LDLIBS += -llapack

Ryan

I can confirm that this indeed works, but in the future it might be nice if the VM included some more optimized BLAS/LAPACK such as OpenBLAS or ATLAS (if the licensing is acceptable).

Noam