git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7445 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -4,7 +4,8 @@
|
|||||||
|
|
||||||
# To compile and link LAMMPS to the linalg library generated by this Makefile,
|
# To compile and link LAMMPS to the linalg library generated by this Makefile,
|
||||||
# try appending the following definitions to the standard definitions in
|
# try appending the following definitions to the standard definitions in
|
||||||
# whatever LAMMPS Makefile your are using.
|
# whatever LAMMPS Makefile your are using, e.g. in lib/atc/Makefile.lammps
|
||||||
|
|
||||||
# CCFLAGS = -I../../lib/linalg
|
# CCFLAGS = -I../../lib/linalg
|
||||||
# LINKFLAGS = -L../../lib/libalg
|
# LINKFLAGS = -L../../lib/libalg
|
||||||
# USRLIB = -llinalg -lgfortran
|
# USRLIB = -llinalg -lgfortran
|
||||||
|
|||||||
@ -4,7 +4,8 @@
|
|||||||
|
|
||||||
# To compile and link LAMMPS to the linalg library generated by this Makefile,
|
# To compile and link LAMMPS to the linalg library generated by this Makefile,
|
||||||
# try appending the following definitions to the standard definitions in
|
# try appending the following definitions to the standard definitions in
|
||||||
# whatever LAMMPS Makefile your are using.
|
# whatever LAMMPS Makefile your are using, e.g. in lib/atc/Makefile.lammps
|
||||||
|
|
||||||
# CCFLAGS = -I../../lib/linalg
|
# CCFLAGS = -I../../lib/linalg
|
||||||
# LINKFLAGS = -L../../lib/libalg
|
# LINKFLAGS = -L../../lib/libalg
|
||||||
# USRLIB = -llinalg -lgfortran
|
# USRLIB = -llinalg -lgfortran
|
||||||
|
|||||||
18
lib/linalg/README
Normal file
18
lib/linalg/README
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
This directory has BLAS and LAPACK files needed
|
||||||
|
by the USER-ATC package (or other packages in the future).
|
||||||
|
|
||||||
|
You should only need to build and use the files in this
|
||||||
|
directory if you want to build LAMMPS with the USER-ATC package
|
||||||
|
and do not have the standard BLAS and LAPACK libraries on your
|
||||||
|
system.
|
||||||
|
|
||||||
|
Use one of the Makefiles provided to build this library.
|
||||||
|
You may need to edit if for your system.
|
||||||
|
|
||||||
|
When you are done building this library, one file should
|
||||||
|
exist in this directory:
|
||||||
|
|
||||||
|
liblinalg.a the library LAMMPS will link against
|
||||||
|
|
||||||
|
You can then include this library and its path in any packages that
|
||||||
|
need it, e.g. in the lib/atc/Makefile.lammps file.
|
||||||
Reference in New Issue
Block a user