Error in compiling lammps with atc package

Hi
I am trying to install Lammps with atc package. My system did not have blas & lapack libraries, I installed the latest version of these libraries (3.6.0) and I have the latest stable version of Lammps (16Feb16). When try to install lammps with standard packages and user-atc package it is giving this error which related to lapack library, but I did not understand why. I will appreciate your help.

image.pngRegards,
Um

It looks like your LAMMPS build is not finding the BLAS/LAPACK libs.

See the lib/atc/README and its discussion of the lib/atc/Makefile.lammps.

What is in that file when you do your build of LAMMPS?

That file (several are provided) has to have the info on how to find

those libs on your box.

Steve

image.png

It looks like your LAMMPS build is not finding the BLAS/LAPACK libs.
See the lib/atc/README and its discussion of the lib/atc/Makefile.lammps.
What is in that file when you do your build of LAMMPS?

That file (several are provided) has to have the info on how to find
those libs on your box.

​...and in lib/linalg/ you actually have all those required BLAS/LAPACK
functions provided in the LAMMPS distribution​.
just compile the library and link AtC to it.

axel.

image.png